diff options
Diffstat (limited to 'plugins/check_game.c')
-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 235be65c..b1b6f7c0 100644 --- a/plugins/check_game.c +++ b/plugins/check_game.c @@ -333,7 +333,7 @@ void print_usage (void) { printf (_("Usage:")); - printf (" %s <game> <ip_address> [-p port] [-gf game_field] [-mf map_field] [-pf ping_field]\n", progname); + 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); } /****************************************************************************** |