From 72c64317dceb16e9de7b798ac66e86e26b9cbecf Mon Sep 17 00:00:00 2001 From: gapan Date: Wed, 8 Feb 2012 14:15:02 +0000 Subject: [PATCH] More --help errors --- src/xdgmenumaker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdgmenumaker b/src/xdgmenumaker index e1bf1e3..d440964 100755 --- a/src/xdgmenumaker +++ b/src/xdgmenumaker @@ -66,7 +66,7 @@ def usage(): print 'OPTIONS:' print ' -f, --format the output format to use. Valid options are fluxbox and windowmaker' print ' -h, --help show this help message' - print ' You have to use either the -f or the -d switch.' + print ' You have to specify the output format using the -f switch.' print print 'EXAMPLES:' print ' xdgmenumaker -f fluxbox'