summary refs log tree commit diff
path: root/calmwm.c
diff options
context:
space:
mode:
authorsimon <simon>2008-04-03 13:58:57 +0000
committersimon <simon>2008-04-03 13:58:57 +0000
commitef0859de2063bf735afd142613f2ea3212e6558f (patch)
tree56f0199adfd03d162478a5f302ab0449a8f703c9 /calmwm.c
parent34c0a0635f3323bc31481bba7b830f1e06bf3534 (diff)
downloadcwm-ef0859de2063bf735afd142613f2ea3212e6558f.tar.gz
cwm-ef0859de2063bf735afd142613f2ea3212e6558f.tar.xz
cwm-ef0859de2063bf735afd142613f2ea3212e6558f.zip
Sync usage() with reality and manpage.
"ok, but no cookie" oga@
Diffstat (limited to 'calmwm.c')
-rw-r--r--calmwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calmwm.c b/calmwm.c
index 4f40107..9821b58 100644
--- a/calmwm.c
+++ b/calmwm.c
@@ -312,6 +312,6 @@ usage(void)
 {
 	extern char *__progname;
 
-	fprintf(stderr, "usage: %s [-s] [-d display] [-f fontname] \n", __progname);
+	fprintf(stderr, "usage: %s [-d display] [-c file]\n", __progname);
 	exit(1);
 }