diff options
author | M. Sean Finney <seanius@users.sourceforge.net> | 2005-10-13 10:16:02 (GMT) |
---|---|---|
committer | M. Sean Finney <seanius@users.sourceforge.net> | 2005-10-13 10:16:02 (GMT) |
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 05b363a..08b04d6 100644 --- a/plugins/check_game.c +++ b/plugins/check_game.c | |||
@@ -328,8 +328,8 @@ void | |||
328 | print_usage (void) | 328 | print_usage (void) |
329 | { | 329 | { |
330 | printf ("\ | 330 | printf ("\ |
331 | Usage: %s <game> <ip_address> [-p port] [-gf game_field] [-mf map_field]\n\ | 331 | Usage: %s [-hvV] [-P port] [-t timeout] [-g game_field] [-m map_field]\n\ |
332 | [-pf ping_field]\n", progname); | 332 | [-p ping_field] [-G game-time] [-H hostname] <game> <ip_address>\n", progname); |
333 | } | 333 | } |
334 | 334 | ||
335 | /****************************************************************************** | 335 | /****************************************************************************** |