From 1e19ae63c1e302f99a6b4ffb8756f4451bb3e9db Mon Sep 17 00:00:00 2001 From: Allanis <allanis@saracraft.net> Date: Mon, 4 Feb 2013 13:27:31 +0000 Subject: [PATCH] [Fix] Small formatting adjustment. --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); }