summaryrefslogtreecommitdiffstats
path: root/source/rofi.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-05-10 15:47:20 +0200
committerDave Davenport <qball@gmpclient.org>2020-05-10 15:47:20 +0200
commit865821f829e4307b84da55c4576020de50d071e1 (patch)
tree7dcbad09062d33e5e8624f50ddfbf914112773f7 /source/rofi.c
parent3df5a616cd6f0626bca2c66c8d841fb4afa467e6 (diff)
Update help for option in source code.
Diffstat (limited to 'source/rofi.c')
-rw-r--r--source/rofi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rofi.c b/source/rofi.c
index 58c0c5c8..b839109a 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -285,7 +285,7 @@ static void print_main_application_options ( int is_term )
print_help_msg ( "-dump-xresources", "", "Dump the current configuration in Xresources format and exit.", NULL, is_term );
print_help_msg ( "-e", "[string]", "Show a dialog displaying the passed message and exit.", NULL, is_term );
print_help_msg ( "-markup", "", "Enable pango markup where possible.", NULL, is_term );
- print_help_msg ( "-normal-window", "", "In dmenu mode, behave as a normal window. (experimental)", NULL, is_term );
+ print_help_msg ( "-normal-window", "", "Behave as a normal window. (experimental)", NULL, is_term );
print_help_msg ( "-show", "[mode]", "Show the mode 'mode' and exit. The mode has to be enabled.", NULL, is_term );
print_help_msg ( "-no-lazy-grab", "", "Disable lazy grab that, when fail to grab keyboard, does not block but retry later.", NULL, is_term );
print_help_msg ( "-no-plugins", "", "Disable loading of external plugins.", NULL, is_term );