diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2010-04-11 08:45:16 +0200 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2010-04-11 08:45:16 +0200 |
commit | 4bf27452ab4bffbfbf6597e0c74c7f1529d10e54 (patch) | |
tree | 328bb070df75079af0cd044f9fb81068c9574eeb /plugins/check_game.c | |
parent | 5a1babdae8759b4084445b90f676a77007c5ccca (diff) | |
download | monitoring-plugins-4bf27452ab4bffbfbf6597e0c74c7f1529d10e54.tar.gz |
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.)
Diffstat (limited to 'plugins/check_game.c')
-rw-r--r-- | plugins/check_game.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_game.c b/plugins/check_game.c index 235be65c..b1b6f7c0 100644 --- a/plugins/check_game.c +++ b/plugins/check_game.c @@ -333,7 +333,7 @@ void print_usage (void) { printf (_("Usage:")); - printf (" %s <game> <ip_address> [-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] <game> <ip_address>\n", progname); } /****************************************************************************** |