From 6495d8e8dffe82fd516ad7ff1e255bdbd541cec5 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Fri, 5 Aug 2016 07:45:39 +0200 Subject: [PATCH] Add -input to -h output --- source/dialogs/dmenu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/dialogs/dmenu.c b/source/dialogs/dmenu.c index e346a9c1..3516b9d7 100644 --- a/source/dialogs/dmenu.c +++ b/source/dialogs/dmenu.c @@ -622,4 +622,5 @@ void print_dmenu_options ( void ) print_help_msg ( "-password", "", "Do not show what the user inputs. Show '*' instead.", NULL, is_term ); print_help_msg ( "-markup-rows", "", "Allow and render pango markup as input data.", NULL, is_term ); print_help_msg ( "-sep", "[char]", "Element separator.", "'\\n'", is_term ); + print_help_msg ( "-input", "[filename]", "Read input from file instead from standard input.", NULL, is_term ); }