progs/xdemos: fix command line flag typo

This commit is contained in:
Brian Paul 2009-10-22 17:11:59 -06:00
parent 8810b8f671
commit 61a96a2ac7

View file

@ -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");