[Fix] Bad help is bad.
This commit is contained in:
parent
1bc828e8dd
commit
ef46996890
@ -31,7 +31,7 @@ void print_usage(char** argv) {
|
|||||||
LOG("\t-w n - Set width to (n)");
|
LOG("\t-w n - Set width to (n)");
|
||||||
LOG("\t-h n - Set height to (n)");
|
LOG("\t-h n - Set height to (n)");
|
||||||
LOG("\t-j n - Use joystick (n)");
|
LOG("\t-j n - Use joystick (n)");
|
||||||
LOG("\t-K s - Use joystick whose name contains (s)");
|
LOG("\t-J s - Use joystick whose name contains (s)");
|
||||||
LOG("\t-h - Display this message and exit.");
|
LOG("\t-h - Display this message and exit.");
|
||||||
LOG("\t-v - Print the version and exit");
|
LOG("\t-v - Print the version and exit");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user