diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2008-05-27 21:31:13 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2008-05-27 21:31:13 (GMT) |
commit | 4c6c29b001c5a193ccb9cd6571483bd1b3b0534c (patch) | |
tree | 7d68f92ff58d5ec9098acee3585b8b8e93c18fe4 /plugins/check_by_ssh.c | |
parent | 62c4c7b9db91e8d4c3e4cdf96537eb081e581712 (diff) | |
download | monitoring-plugins-4c6c29b001c5a193ccb9cd6571483bd1b3b0534c.tar.gz |
Addition to help to state that -f will always return OK if ssh command
is executed (Alain Dewit - 1852198)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2002 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_by_ssh.c')
-rw-r--r-- | plugins/check_by_ssh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_by_ssh.c b/plugins/check_by_ssh.c index 05c3484..ce62eba 100644 --- a/plugins/check_by_ssh.c +++ b/plugins/check_by_ssh.c | |||
@@ -367,7 +367,7 @@ print_help (void) | |||
367 | printf (" %s\n", "-E, --skip-stderr[=n]"); | 367 | printf (" %s\n", "-E, --skip-stderr[=n]"); |
368 | printf (" %s\n", _("Ignore all or (if specified) first n lines on STDERR [optional]")); | 368 | printf (" %s\n", _("Ignore all or (if specified) first n lines on STDERR [optional]")); |
369 | printf (" %s\n", "-f"); | 369 | printf (" %s\n", "-f"); |
370 | printf (" %s\n", _("tells ssh to fork rather than create a tty [optional]")); | 370 | printf (" %s\n", _("tells ssh to fork rather than create a tty [optional]. This will always return OK if ssh is executed")); |
371 | printf (" %s\n","-C, --command='COMMAND STRING'"); | 371 | printf (" %s\n","-C, --command='COMMAND STRING'"); |
372 | printf (" %s\n", _("command to execute on the remote machine")); | 372 | printf (" %s\n", _("command to execute on the remote machine")); |
373 | printf (" %s\n","-l, --logname=USERNAME"); | 373 | printf (" %s\n","-l, --logname=USERNAME"); |