progs/xdemos: fix command line flag typo
authorBrian Paul <brianp@vmware.com>
Thu, 22 Oct 2009 23:11:59 +0000 (17:11 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 22 Oct 2009 23:11:59 +0000 (17:11 -0600)
progs/xdemos/glsync.c

index 34167d3..da87306 100644 (file)
@@ -95,7 +95,7 @@ enum sync_type {
 static void usage(char *name)
 {
        printf("usage: %s [-w <width>] [-h <height>] [-s<sync method>] "
-              "[-vc]\n", name);
+              "[-v]\n", name);
        printf("\t-s<sync method>:\n");
        printf("\t\tn: none\n");
        printf("\t\ts: SGI video sync extension\n");