summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-04-21 17:30:33 +0200
committerDave Davenport <qball@gmpclient.org>2017-04-21 17:31:07 +0200
commitdd715fa1ad0d22f179b0bcbbf8dd37a9279e9832 (patch)
treeec9cd11034ce2e8b8b89e0d19795a79293857ee7 /source
parent04e764c8e615b03e3fe3703f79e2662539ab5349 (diff)
Remove -dump-xresources-theme option that does not exists anymore from -help
* and manpage
Diffstat (limited to 'source')
-rw-r--r--source/rofi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/rofi.c b/source/rofi.c
index 636f2787..8e51d5e3 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -299,7 +299,6 @@ static void print_main_application_options ( int is_term )
print_help_msg ( "-display", "[string]", "X server to contact.", "${DISPLAY}", is_term );
print_help_msg ( "-h,-help", "", "This help message.", NULL, is_term );
print_help_msg ( "-dump-xresources", "", "Dump the current configuration in Xresources format and exit.", NULL, is_term );
- print_help_msg ( "-dump-xresources-theme", "", "Dump the current color scheme 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 );