diff options
Diffstat (limited to 'plugins/check_game.c')
-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); } /****************************************************************************** |