[Fix] Small formatting adjustment.

This commit is contained in:
Allanis 2013-02-04 13:27:31 +00:00
parent d57941331a
commit 1e19ae63c1

View File

@ -50,7 +50,7 @@ static void print_usage(char** argv) {
LOG("\t-d s, --data s - Set the data file to be s"); LOG("\t-d s, --data s - Set the data file to be s");
LOG("\t-j n, --joystick n - Use joystick (n)"); LOG("\t-j n, --joystick n - Use joystick (n)");
LOG("\t-J s, --joystick s - Use joystick whose name contains (s)"); LOG("\t-J s, --joystick s - Use joystick whose name contains (s)");
LOG("\t-h --help - Display this message and exit."); LOG("\t-h --help - Display this message and exit.");
LOG("\t-v - Print the version and exit"); LOG("\t-v - Print the version and exit");
} }