diff options
| author | Sven Nierlein <sven@nierlein.de> | 2012-11-28 11:03:11 +0100 |
|---|---|---|
| committer | Sven Nierlein <sven@nierlein.de> | 2012-11-28 11:03:11 +0100 |
| commit | 24772e755e9d2a255e36eb2a97f545d2cb7ade3c (patch) | |
| tree | 539d36018c186208829321ee7072fdacc18da0ef /plugins/check_ssh.c | |
| parent | 668d8968ba6c36a37e01904e3083e279631edf32 (diff) | |
| download | monitoring-plugins-24772e755e9d2a255e36eb2a97f545d2cb7ade3c.tar.gz | |
unified ipv4/6 usage and help text
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 4d633949..6e8a5fc5 100644 --- a/plugins/check_ssh.c +++ b/plugins/check_ssh.c | |||
| @@ -307,6 +307,6 @@ void | |||
| 307 | print_usage (void) | 307 | print_usage (void) |
| 308 | { | 308 | { |
| 309 | printf ("%s\n", _("Usage:")); | 309 | printf ("%s\n", _("Usage:")); |
| 310 | printf ("%s [-46] [-t <timeout>] [-r <remote version>] [-p <port>] <host>\n", progname); | 310 | printf ("%s [-4|-6] [-t <timeout>] [-r <remote version>] [-p <port>] <host>\n", progname); |
| 311 | } | 311 | } |
| 312 | 312 | ||
