[nagiosplug] Fix Debian bug #307905: Incorrect usage output
"Holger Weiss" <[email protected]>
| Newsgroups | gmane.network.nagios.plugins.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module: nagiosplug Branch: master Commit: 4bf27452ab4bffbfbf6597e0c74c7f1529d10e54 Author: Holger Weiss <[email protected]> Date: Sun Apr 11 08:45:16 2010 +0200 URL: http://nagiosplug.git.sf.net/git/gitweb.cgi?p=nagiosplug/nagiosplug;a=commit;h=4bf2745 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.) --- 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 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 <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); } /****************************************************************************** ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev