diff options
-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 | /****************************************************************************** |