From 118bc2c9b77beac376848a7501a3537e87923d93 Mon Sep 17 00:00:00 2001 From: gapan Date: Sun, 24 Jun 2012 11:24:09 +0000 Subject: [PATCH] Updated help message for icewm --- src/xdgmenumaker | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xdgmenumaker b/src/xdgmenumaker index 408e1cb..7642003 100755 --- a/src/xdgmenumaker +++ b/src/xdgmenumaker @@ -83,8 +83,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 and windowmaker' - print ' -i, --icons enable support for icons in the menus. Only works with fluxbox' + print ' -f, --format the output format to use. Valid options are fluxbox, icewm and windowmaker' + print ' -i, --icons enable support for icons in the menus. Only works with fluxbox, icewm' print ' -h, --help show this help message' print ' You have to specify the output format using the -f switch.' print