From 175be29b1628a3979a298a53558612854640caf4 Mon Sep 17 00:00:00 2001 From: Konstantinos Natsakis <5933427+knatsakis@users.noreply.github.com> Date: Fri, 7 Jun 2019 23:57:26 +0300 Subject: Fix help menu identation --- rofi-pass | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/rofi-pass b/rofi-pass index e7e25ef..ddbbd9b 100755 --- a/rofi-pass +++ b/rofi-pass @@ -463,23 +463,23 @@ clearUp () { helpMenu () { printf '%s' "${autotype}: Autotype - ${type_user}: Type Username - ${type_pass}: Type Password - ${qrcode}: Generate and display qrcode - --- - ${copy_name}: Copy Username - ${copy_pass}: Copy Password - ${copy_url}: Copy URL - ${open_url}: Open URL - ${copy_menu}: Copy Custom Field - --- - ${action_menu}: Edit, Move, Delete, Re-generate Submenu - ${show}: Show Password File - ${insert_pass}: Insert new Pass Entry - ${switch}: Switch Pass/Bookmark Mode - --- - ${previous_root}: Switch to previous password store (--root) - ${next_root}: Switch to next password store (--root) +${type_user}: Type Username +${type_pass}: Type Password +${qrcode}: Generate and display qrcode +--- +${copy_name}: Copy Username +${copy_pass}: Copy Password +${copy_url}: Copy URL +${open_url}: Open URL +${copy_menu}: Copy Custom Field +--- +${action_menu}: Edit, Move, Delete, Re-generate Submenu +${show}: Show Password File +${insert_pass}: Insert new Pass Entry +${switch}: Switch Pass/Bookmark Mode +--- +${previous_root}: Switch to previous password store (--root) +${next_root}: Switch to next password store (--root) " | _rofi -dmenu -mesg "Hint: All hotkeys are configurable in config file" -p "Help > " help_val=$? -- cgit