From bbf11ac274162f540a96751a8f2b02648653e04a Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Fri, 29 Jul 2011 17:51:39 +0200 Subject: [PATCH] Wmfs: Fix help line --- src/wmfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wmfs.c b/src/wmfs.c index c92474e..ee08e9a 100644 --- a/src/wmfs.c +++ b/src/wmfs.c @@ -414,7 +414,7 @@ main(int argc, char **argv) { case 'h': default: - printf("usage: %s [-ihvS] [-C ] [-c ] [-g ] [-s ] [-V ] [-c ] [-g ] [-s ]\n" " -C Load a configuration file\n" " -c Execute an uicb function to control WMFS\n" " -s Set the bar(s) statustext\n"