From 6f7b96748c2ebfafe30516f7fc091d0724cf307d Mon Sep 17 00:00:00 2001 From: George Vlahavas Date: Fri, 25 Jul 2014 01:19:35 +0300 Subject: [PATCH] Update --help message --- src/xdgmenumaker | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xdgmenumaker b/src/xdgmenumaker index 5ee5881..1dcbe2e 100755 --- a/src/xdgmenumaker +++ b/src/xdgmenumaker @@ -112,8 +112,8 @@ def usage(): print 'USAGE:', os.path.basename(sys.argv[0]), '[OPTIONS]' print print 'OPTIONS:' - print ' -f, --format the output format to use. Valid options are fluxbox, icewm, windowmaker and pekwm' - print ' -i, --icons enable support for icons in the menus. Only works with fluxbox, icewm' + print ' -f, --format the output format to use. Valid options are fluxbox, icewm, jwm, windowmaker and pekwm' + print ' -i, --icons enable support for icons in the menus. Does not work with windowmaker' print ' -n, --no-submenu do not create a submenu. Does not work with windowmaker' print ' --pekwm-dynamic generate dynamic menus for pekwm' print ' -h, --help show this help message'