commit | 61a96a2ac72b3f071151de436a48c6ec985e3653 | [log] [tgz] |
---|---|---|
author | Brian Paul <brianp@vmware.com> | Thu Oct 22 17:11:59 2009 -0600 |
committer | Brian Paul <brianp@vmware.com> | Thu Oct 22 17:11:59 2009 -0600 |
tree | f12c49ef85b31dfc86b7dc9a37d25c8205d0bfc3 | |
parent | 8810b8f67135185d1044746bb861fe2ff997626c [diff] [blame] |
progs/xdemos: fix command line flag typo
diff --git a/progs/xdemos/glsync.c b/progs/xdemos/glsync.c index 34167d3..da87306 100644 --- a/progs/xdemos/glsync.c +++ b/progs/xdemos/glsync.c
@@ -95,7 +95,7 @@ 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");