summaryrefslogtreecommitdiffstats
path: root/source/dialogs/dmenu.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-08-05 07:45:39 +0200
committerDave Davenport <qball@gmpclient.org>2016-08-05 07:45:39 +0200
commit6495d8e8dffe82fd516ad7ff1e255bdbd541cec5 (patch)
tree536aeb37892e98f5a88e799724ecc86dbb3d694c /source/dialogs/dmenu.c
parenteb0bfc60c4c316ad43e7c566e4ab75360f7f0c32 (diff)
Add -input to -h output
Diffstat (limited to 'source/dialogs/dmenu.c')
-rw-r--r--source/dialogs/dmenu.c1
1 files changed, 1 insertions, 0 deletions
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 );
}