Code

Add newline after "Usage:" in --help
[nagiosplug.git] / plugins / check_game.c
index 815c72d610c33e2bfe29b731af218378ad67ffc0..5496c4dc5f3cb9580784457f81265cc8df9971a4 100644 (file)
@@ -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] <game> <ip_address>\n", progname);
 }