change order in help

This commit is contained in:
Rasmus Steinke 2015-11-14 06:34:17 +01:00
parent 5cb7cfb6a2
commit 19131f83a6

View File

@ -143,7 +143,7 @@ generatePass () {
# main Menu # main Menu
mainMenu () { 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) line1=$(echo "${help_text}" | head -1)
line2=$(echo "${help_text}" | head -2 | tail -1) line2=$(echo "${help_text}" | head -2 | tail -1)
line3=$(echo "${help_text}" | tail -1) line3=$(echo "${help_text}" | tail -1)