From ef46996890556a5fe5abfc3034ebab677766b2c6 Mon Sep 17 00:00:00 2001 From: Allanis Date: Fri, 1 Feb 2013 23:49:23 +0000 Subject: [PATCH] [Fix] Bad help is bad. --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index ea9399a..a77c1bd 100644 --- a/src/main.c +++ b/src/main.c @@ -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"); }