aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2015-08-23 23:39:44 +0200
committerRasmus Steinke <rasi@xssn.at>2015-08-23 23:39:44 +0200
commit7e9e79ea23ef23a39cc93f970bf5990a6b4f9e86 (patch)
tree187bc57d3867fc3453aac406e4b26abd7fe830fb
parenta9d5b5d4d4e8bad14261a3bc320c7a7c6be0b188 (diff)
downloadrofi-pass-7e9e79ea23ef23a39cc93f970bf5990a6b4f9e86.tar.gz
nicer help1.2
-rwxr-xr-xrofi-pass20
1 files changed, 9 insertions, 11 deletions
diff --git a/rofi-pass b/rofi-pass
index 8f4f90a..a064d17 100755
--- a/rofi-pass
+++ b/rofi-pass
@@ -385,17 +385,15 @@ function _rofi () {
}
help_msg () {
- echo "rofi-pass - a _rofi driven frontend to pass"
- echo "--------------------------------------"
- echo "(C) 2015 Rasmus Steinke <rasi@xssn.at>"
- echo "(C) 2015 Thore Bödecker <me@foxxx0.de>"
- echo "--------------------------------------"
- echo -e "Usage\n"
- echo "--insert insert new entry to password store"
- echo "--manage edit/move/delete entries"
- echo -e "--root set custom root directory"
- echo "--last-used highlight last used item"
- echo "--show-last show details of last used Entry"
+ echo "rofi-pass (Version: 1.2)"
+ echo ""
+ echo -e "Usage:\n"
+ echo "--insert insert new entry to password store"
+ echo "--manage edit/move/delete entries"
+ echo -e "--root set custom root directory"
+ echo "--last-used highlight last used item"
+ echo "--show-last show details of last used Entry"
+ echo ""
}
##########################