[Fix] Bad help is bad.

This commit is contained in:
Allanis 2013-02-01 23:49:23 +00:00
parent 1bc828e8dd
commit ef46996890

View File

@ -31,7 +31,7 @@ void print_usage(char** argv) {
LOG("\t-w n - Set width to (n)");
LOG("\t-h n - Set height to (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-v - Print the version and exit");
}