projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8810b8f
)
progs/xdemos: fix command line flag typo
author
Brian Paul
<brianp@vmware.com>
Thu, 22 Oct 2009 23:11:59 +0000
(17:11 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 22 Oct 2009 23:11:59 +0000
(17:11 -0600)
progs/xdemos/glsync.c
patch
|
blob
|
history
diff --git
a/progs/xdemos/glsync.c
b/progs/xdemos/glsync.c
index 34167d339f391011df039e5e318596c6c7e01855..da87306cf2af10227fddf2c91c85834cf32e0373 100644
(file)
--- 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>] "
- "[-v
c
]\n", name);
+ "[-v]\n", name);
printf("\t-s<sync method>:\n");
printf("\t\tn: none\n");
printf("\t\ts: SGI video sync extension\n");