diff options
Diffstat (limited to 'plugins/check_ssh.c')
-rw-r--r-- | plugins/check_ssh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ssh.c b/plugins/check_ssh.c index 62c8b891..0f1c0835 100644 --- a/plugins/check_ssh.c +++ b/plugins/check_ssh.c | |||
@@ -434,5 +434,5 @@ void print_help(void) { | |||
434 | 434 | ||
435 | void print_usage(void) { | 435 | void print_usage(void) { |
436 | printf("%s\n", _("Usage:")); | 436 | printf("%s\n", _("Usage:")); |
437 | printf("%s [-4|-6] [-t <timeout>] [-r <remote version>] [-p <port>] <host>\n", progname); | 437 | printf("%s [-4|-6] [-t <timeout>] [-r <remote version>] [-p <port>] --hostname <host>\n", progname); |
438 | } | 438 | } |