diff options
-rwxr-xr-x | rofi-pass | 21 |
1 files changed, 11 insertions, 10 deletions
@@ -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 () { |