[Fix] Oh, --help was wrong about width and hight setting. :/
This commit is contained in:
parent
991053a17c
commit
b7b590ba8f
@ -64,8 +64,8 @@ static void print_usage(char** argv) {
|
|||||||
LOG(" -f, --fullscreen - Fullscreen");
|
LOG(" -f, --fullscreen - Fullscreen");
|
||||||
LOG(" -F, --fps - Limit frames per second");
|
LOG(" -F, --fps - Limit frames per second");
|
||||||
LOG(" -d s, --data s - Set the data file to be s");
|
LOG(" -d s, --data s - Set the data file to be s");
|
||||||
LOG(" -x n - Set width to n");
|
LOG(" -W n - Set width to n");
|
||||||
LOG(" -y n - Set height to n");
|
LOG(" -H n - Set height to n");
|
||||||
LOG(" -j n, --joystick n - Use joystick (n)");
|
LOG(" -j n, --joystick n - Use joystick (n)");
|
||||||
LOG(" -J s, --joystick s - Use joystick whose name contains (s)");
|
LOG(" -J s, --joystick s - Use joystick whose name contains (s)");
|
||||||
LOG(" -S, --Sound - Forces sound.");
|
LOG(" -S, --Sound - Forces sound.");
|
||||||
|
Loading…
Reference in New Issue
Block a user