diff options
author | M. Sean Finney <seanius@users.sourceforge.net> | 2005-10-13 10:16:02 +0000 |
---|---|---|
committer | M. Sean Finney <seanius@users.sourceforge.net> | 2005-10-13 10:16:02 +0000 |
commit | 91479ae909fb26a1208d4f762a66cc5a97fc00d1 (patch) | |
tree | aa34061a5c9f54085013c1ac651b4f0c801b9dd7 /plugins | |
parent | a0a6dd410c4de1b96d191a3988dd3709e5a934d3 (diff) | |
download | monitoring-plugins-91479ae909fb26a1208d4f762a66cc5a97fc00d1.tar.gz |
debian bts #307905:
- someone changed the cmdline syntax of check game without also
updating the usage/help function ;p
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1248 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_game.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_game.c b/plugins/check_game.c index 05b363af..08b04d6d 100644 --- a/plugins/check_game.c +++ b/plugins/check_game.c @@ -328,8 +328,8 @@ void print_usage (void) { printf ("\ -Usage: %s <game> <ip_address> [-p port] [-gf game_field] [-mf map_field]\n\ - [-pf ping_field]\n", progname); +Usage: %s [-hvV] [-P port] [-t timeout] [-g game_field] [-m map_field]\n\ + [-p ping_field] [-G game-time] [-H hostname] <game> <ip_address>\n", progname); } /****************************************************************************** |