summaryrefslogtreecommitdiffstats
path: root/plugins/check_game.c
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2010-04-11 06:45:16 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2010-04-11 06:45:16 (GMT)
commit4bf27452ab4bffbfbf6597e0c74c7f1529d10e54 (patch)
tree328bb070df75079af0cd044f9fb81068c9574eeb /plugins/check_game.c
parent5a1babdae8759b4084445b90f676a77007c5ccca (diff)
downloadmonitoring-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.c2
1 files changed, 1 insertions, 1 deletions
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
333print_usage (void) 333print_usage (void)
334{ 334{
335 printf (_("Usage:")); 335 printf (_("Usage:"));
336 printf (" %s <game> <ip_address> [-p port] [-gf game_field] [-mf map_field] [-pf ping_field]\n", progname); 336 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);
337} 337}
338 338
339/****************************************************************************** 339/******************************************************************************