diff options
-rw-r--r-- | plugins/check_game.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_game.c b/plugins/check_game.c index 235be65..b1b6f7c 100644 --- a/plugins/check_game.c +++ b/plugins/check_game.c | |||
@@ -333,7 +333,7 @@ void | |||
333 | print_usage (void) | 333 | print_usage (void) |
334 | { | 334 | { |
335 | printf (_("Usage:")); | 335 | printf (_("Usage:")); |
336 | printf (" %s <game> <ip_address> [-p port] [-gf game_field] [-mf map_field] [-pf ping_field]\n", progname); | 336 | printf (" %s [-hvV] [-P port] [-t timeout] [-g game_field] [-m map_field] [-p ping_field] [-G game-time] [-H hostname] <game> <ip_address>\n", progname); |
337 | } | 337 | } |
338 | 338 | ||
339 | /****************************************************************************** | 339 | /****************************************************************************** |