From 91479ae909fb26a1208d4f762a66cc5a97fc00d1 Mon Sep 17 00:00:00 2001 From: "M. Sean Finney" Date: Thu, 13 Oct 2005 10:16:02 +0000 Subject: 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 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 print_usage (void) { printf ("\ -Usage: %s [-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] \n", progname); } /****************************************************************************** -- cgit v0.10-9-g596f