[Fix] Oh, --help was wrong about width and hight setting. :/

This commit is contained in:
Allanis 2013-06-23 01:03:58 +01:00
parent 991053a17c
commit b7b590ba8f

View File

@ -64,8 +64,8 @@ static void print_usage(char** argv) {
LOG(" -f, --fullscreen - Fullscreen");
LOG(" -F, --fps - Limit frames per second");
LOG(" -d s, --data s - Set the data file to be s");
LOG(" -x n - Set width to n");
LOG(" -y n - Set height to n");
LOG(" -W n - Set width to n");
LOG(" -H n - Set height to n");
LOG(" -j n, --joystick n - Use joystick (n)");
LOG(" -J s, --joystick s - Use joystick whose name contains (s)");
LOG(" -S, --Sound - Forces sound.");