From: Brian Paul Date: Thu, 22 Oct 2009 23:11:59 +0000 (-0600) Subject: progs/xdemos: fix command line flag typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=61a96a2ac72b3f071151de436a48c6ec985e3653;p=mesa.git progs/xdemos: fix command line flag typo --- diff --git a/progs/xdemos/glsync.c b/progs/xdemos/glsync.c index 34167d339f3..da87306cf2a 100644 --- a/progs/xdemos/glsync.c +++ b/progs/xdemos/glsync.c @@ -95,7 +95,7 @@ enum sync_type { static void usage(char *name) { printf("usage: %s [-w ] [-h ] [-s] " - "[-vc]\n", name); + "[-v]\n", name); printf("\t-s:\n"); printf("\t\tn: none\n"); printf("\t\ts: SGI video sync extension\n");