[Nagiosplug-checkins] nagiosplug/plugins check_game.c,1.22,1.23

M. Sean Finney seanius at users.sourceforge.net
Thu Oct 13 03:17:38 CEST 2005


Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8536/plugins

Modified Files:
	check_game.c 
Log Message:
debian bts #307905:
- someone changed the cmdline syntax of check game without also
  updating the usage/help function ;p


Index: check_game.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_game.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- check_game.c	25 Dec 2004 23:17:44 -0000	1.22
+++ check_game.c	13 Oct 2005 10:16:02 -0000	1.23
@@ -328,8 +328,8 @@
 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);
 }
 
 /******************************************************************************





More information about the Commits mailing list