diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2006-06-21 11:05:00 (GMT) |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2006-06-21 11:05:00 (GMT) |
commit | 679f03fbee67cdaa4035f909b3ef5e1eb6c8e30f (patch) | |
tree | e31a1543b3e73efd86589af3b1f9bbdf32e2d13a /plugins/check_ssh.c | |
parent | 1fffa0f9afcc9aa486f8c6430e3163365848ec3f (diff) | |
download | monitoring-plugins-679f03fbee67cdaa4035f909b3ef5e1eb6c8e30f.tar.gz |
cleaning help and usage
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1437 f882894a-f735-0410-b71e-b25c423dba1c
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 1a99e24..ba31df0 100644 --- a/plugins/check_ssh.c +++ b/plugins/check_ssh.c | |||
@@ -285,7 +285,7 @@ print_help (void) | |||
285 | 285 | ||
286 | printf (_(UT_TIMEOUT), DEFAULT_SOCKET_TIMEOUT); | 286 | printf (_(UT_TIMEOUT), DEFAULT_SOCKET_TIMEOUT); |
287 | 287 | ||
288 | printf (" %s\n" "-r, --remote-version=STRING"); | 288 | printf (" %s\n", "-r, --remote-version=STRING"); |
289 | printf (" %s\n", _("Warn if string doesn't match expected server version (ex: OpenSSH_3.9p1)")); | 289 | printf (" %s\n", _("Warn if string doesn't match expected server version (ex: OpenSSH_3.9p1)")); |
290 | 290 | ||
291 | printf (_(UT_VERBOSE)); | 291 | printf (_(UT_VERBOSE)); |