summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a0a6dd4)
raw | patch | inline | side by side (parent: a0a6dd4)
author | M. Sean Finney <seanius@users.sourceforge.net> | |
Thu, 13 Oct 2005 10:16:02 +0000 (10:16 +0000) | ||
committer | M. Sean Finney <seanius@users.sourceforge.net> | |
Thu, 13 Oct 2005 10:16:02 +0000 (10:16 +0000) |
- 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
updating the usage/help function ;p
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1248 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_game.c | patch | blob | history |
diff --git a/plugins/check_game.c b/plugins/check_game.c
index 05b363af509259c1a4ebc8556306fb90d99835e0..08b04d6d25c1a847a4c883a3977d5c802d8dbd72 100644 (file)
--- a/plugins/check_game.c
+++ b/plugins/check_game.c
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);
}
/******************************************************************************