aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2015-11-14 06:34:17 +0100
committerRasmus Steinke <rasi@xssn.at>2015-11-14 06:34:17 +0100
commit19131f83a65dcf6f2286de6d3375d467d88f994a (patch)
tree04477d6127e35d242cf75ce360264ab67032b9f9
parent5cb7cfb6a2fc229411a6f1f108ccf6275f722052 (diff)
downloadrofi-pass-19131f83a65dcf6f2286de6d3375d467d88f994a.tar.gz
change order in help
-rwxr-xr-xrofi-pass2
1 files changed, 1 insertions, 1 deletions
diff --git a/rofi-pass b/rofi-pass
index 1ae0909..b91f242 100755
--- a/rofi-pass
+++ b/rofi-pass
@@ -143,7 +143,7 @@ generatePass () {
# main Menu
mainMenu () {
- help_text=$(echo -e "${autotype}: Autotype - ${copy_menu}: Copy Field - ${show}: View\n${type_menu}: Type Field - ${action_menu}: Actions - ${help}: Help" | column -s '-' -t)
+ help_text=$(echo -e "${autotype}: Autotype - ${action_menu}: Actions - ${show}: View\n${type_menu}: Type Field - ${copy_menu}: Copy Field - ${help}: Help" | column -s '-' -t)
line1=$(echo "${help_text}" | head -1)
line2=$(echo "${help_text}" | head -2 | tail -1)
line3=$(echo "${help_text}" | tail -1)