aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2019-06-08 14:07:40 +0200
committerGitHub <noreply@github.com>2019-06-08 14:07:40 +0200
commit16ef007cf66f4035e580bbfd9c437f32c0749122 (patch)
treeaa5592aef1e98c87701aecfed66a056c37fc98b6
parente07055a558fbe111ed4f9c4767ed1653f7d0e8aa (diff)
parent175be29b1628a3979a298a53558612854640caf4 (diff)
downloadrofi-pass-16ef007cf66f4035e580bbfd9c437f32c0749122.tar.gz
Merge pull request #171 from knatsakis/fix-indentation
Fix help menu identation
-rwxr-xr-xrofi-pass34
1 files 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=$?