diff --git a/src/main.c b/src/main.c index 3919b51..5f12994 100644 --- a/src/main.c +++ b/src/main.c @@ -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-j n, --joystick n - Use joystick (n)"); 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"); }