diff options
author | Brian Paul <[email protected]> | 2009-10-22 18:38:19 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-10-22 18:38:19 -0600 |
commit | ab9d1011f5549502a4b960c2067cde69856a2719 (patch) | |
tree | 21e45f55898d31001aa9cbc5ec5469974c94c75a /progs | |
parent | 347fb3737be03488827d25610bec59cfb05bcab0 (diff) | |
parent | 55058652b886b95bfc24109a9edb04d274c01c1a (diff) |
Merge branch 'mesa_7_6_branch'
Diffstat (limited to 'progs')
-rw-r--r-- | progs/xdemos/glsync.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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"); |