progs/xdemos: fix command line flag typo
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user