aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrofi-pass21
1 files changed, 11 insertions, 10 deletions
diff --git a/rofi-pass b/rofi-pass
index 804d8ce..2ea557f 100755
--- a/rofi-pass
+++ b/rofi-pass
@@ -581,16 +581,17 @@ insertPass () {
}
help_msg () {
- 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 "--root set custom root directory"
- echo "--last-used highlight last used item"
- echo "--show-last show details of last used Entry"
- echo "--bmarks run bookmarks Mode"
- echo ""
+ cat <<'EOF'
+rofi-pass (Version: 1.2)"
+
+Usage:
+ --insert insert new entry to password store
+ --manage edit/move/delete entries
+ --root set custom root directory
+ --last-used highlight last used item
+ --show-last show details of last used Entry
+ --bmarks run bookmarks Mode
+EOF
}
main () {