mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
progs/xdemos: fix command line flag typo
This commit is contained in:
parent
8810b8f671
commit
61a96a2ac7
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue