Module: Mesa Branch: master Commit: 61a96a2ac72b3f071151de436a48c6ec985e3653 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=61a96a2ac72b3f071151de436a48c6ec985e3653
Author: Brian Paul <[email protected]> Date: Thu Oct 22 17:11:59 2009 -0600 progs/xdemos: fix command line flag typo --- 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 34167d3..da87306 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"); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
