From cfa9af61b96f1b5ad5a4b915f2c13d6592ecbd42 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Sun, 27 Dec 2015 08:22:40 +0100 Subject: [PATCH] mention --bmarks in --help --- rofi-pass | 1 + 1 file changed, 1 insertion(+) diff --git a/rofi-pass b/rofi-pass index 2797057..c0b043a 100755 --- a/rofi-pass +++ b/rofi-pass @@ -475,6 +475,7 @@ help_msg () { echo -e "--root set custom root directory" echo "--last-used highlight last used item" echo "--show-last show details of last used Entry" + echo "--bmarks run bookmarks Mode" echo "" }