tfixed usage - wmutils - X windows manipulation utilities
 (HTM) git clone git://z3bra.org/wmutils
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 969e5c8de0c7345342e06948a559735afa0bd33d
 (DIR) parent 8e1695bdd1ace9cdb02d601320bd59658850144a
 (HTM) Author: dcat <dcat@iotek.org>
       Date:   Sun, 30 Nov 2014 21:42:06 +0100
       
       fixed usage
       
       Diffstat:
         M chwb.c                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/chwb.c b/chwb.c
       t@@ -37,7 +37,7 @@ cleanup (void)
        static void
        usage (char *name)
        {
       -        fprintf(stderr, "usage: %s <-ds> [-c color] <wid>\n", name);
       +        fprintf(stderr, "usage: %s <-sc ...> <wid> [wid...]\n", name);
                exit(1);
        }