aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2017-07-16 00:28:16 +0200
committerRasmus Steinke <rasi@xssn.at>2017-07-16 00:28:16 +0200
commit50ab192455f7c1973f0bd72f22b9283c44a96b97 (patch)
treeb98c6b070b6b9a839db59181d3c68d1848582ba8
parent21532f8d926c481dc62400c8b427f679e035c85d (diff)
downloadrofi-pass-50ab192455f7c1973f0bd72f22b9283c44a96b97.tar.gz
turn help message into herdoc
-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 () {