aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2015-07-22 18:56:00 +0200
committerRasmus Steinke <rasi@xssn.at>2015-07-22 18:56:00 +0200
commitfcac25e8fb9f0111d00142b5cf61e471584480d5 (patch)
tree31c961f2e80409516a1755ba9c863e559e896364
parente173b79b65ebab1c81c0cae932b539413aaba217 (diff)
downloadrofi-pass-fcac25e8fb9f0111d00142b5cf61e471584480d5.tar.gz
fix --help
-rwxr-xr-xrofi-pass5
1 files changed, 2 insertions, 3 deletions
diff --git a/rofi-pass b/rofi-pass
index f3d7913..02d82a2 100755
--- a/rofi-pass
+++ b/rofi-pass
@@ -274,9 +274,8 @@ help_msg () {
echo "--------------------------------------"
echo -e "Usage\n"
echo "--insert insert new entry to password store"
- echo -e "--root set custom root directory\n"
- echo "Running rofi-pass without arguments will ask for root to be used,"
- echo "if multiple directories exist"
+ echo "--manage edit/move/delete entries"
+ echo -e "--root set custom root directory"
}
##########################