From eaf3cb27f4b5bae479014a34c7decd3feedcf8fd Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Thu, 22 Apr 2010 08:57:14 -0400 Subject: Add newline after "Usage:" in --help --- plugins/check_game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/check_game.c') diff --git a/plugins/check_game.c b/plugins/check_game.c index 815c72d6..5496c4dc 100644 --- a/plugins/check_game.c +++ b/plugins/check_game.c @@ -328,7 +328,7 @@ print_help (void) void print_usage (void) { - printf (_("Usage:")); + printf ("%s\n", _("Usage:")); printf (" %s [-hvV] [-P port] [-t timeout] [-g game_field] [-m map_field] [-p ping_field] [-G game-time] [-H hostname] \n", progname); } -- cgit v1.2.3-74-g34f1