summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-10-22 17:11:59 -0600
committerBrian Paul <brianp@vmware.com>2009-10-22 17:11:59 -0600
commit61a96a2ac72b3f071151de436a48c6ec985e3653 (patch)
treef12c49ef85b31dfc86b7dc9a37d25c8205d0bfc3 /progs
parent8810b8f67135185d1044746bb861fe2ff997626c (diff)
progs/xdemos: fix command line flag typo
Diffstat (limited to 'progs')
-rw-r--r--progs/xdemos/glsync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/xdemos/glsync.c b/progs/xdemos/glsync.c
index 34167d339f..da87306cf2 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 <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");