mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
check_ssh: modify usage string to avoid old call syntax
This commit is contained in:
parent
ed06df7f34
commit
5ee9a5eadd
1 changed files with 1 additions and 1 deletions
|
|
@ -434,5 +434,5 @@ void print_help(void) {
|
|||
|
||||
void print_usage(void) {
|
||||
printf("%s\n", _("Usage:"));
|
||||
printf("%s [-4|-6] [-t <timeout>] [-r <remote version>] [-p <port>] <host>\n", progname);
|
||||
printf("%s [-4|-6] [-t <timeout>] [-r <remote version>] [-p <port>] --hostname <host>\n", progname);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue