mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
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
This commit is contained in:
parent
a0a6dd410c
commit
91479ae909
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
/******************************************************************************
|
||||
|
|
|
|||
Loading…
Reference in a new issue