From: Holger Weiss Date: Sun, 11 Apr 2010 06:45:16 +0000 (+0200) Subject: Fix Debian bug #307905: Incorrect usage output X-Git-Url: https://git.tokkee.org/?p=nagiosplug.git;a=commitdiff_plain;h=4bf27452ab4bffbfbf6597e0c74c7f1529d10e54 Fix Debian bug #307905: Incorrect usage output The usage output of check_game was wrong, see: http://bugs.debian.org/307905 (Fixed by Sean Finney, forwarded by Jan Wagner.) --- diff --git a/plugins/check_game.c b/plugins/check_game.c index 235be65..b1b6f7c 100644 --- a/plugins/check_game.c +++ b/plugins/check_game.c @@ -333,7 +333,7 @@ void print_usage (void) { printf (_("Usage:")); - printf (" %s [-p port] [-gf game_field] [-mf map_field] [-pf ping_field]\n", progname); + printf (" %s [-hvV] [-P port] [-t timeout] [-g game_field] [-m map_field] [-p ping_field] [-G game-time] [-H hostname] \n", progname); } /******************************************************************************