diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 17:15:27 (GMT) |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 17:15:27 (GMT) |
commit | c1af46b89043970495cb683437e2f2a79f52df2f (patch) | |
tree | 6473b1b60b5faee2d42a3dde22d2a6d3eac237f2 /plugins/check_ssh.c | |
parent | 2ad398d2e04717ce3a6a8fb869e855c42581a30a (diff) | |
download | monitoring-plugins-c1af46b89043970495cb683437e2f2a79f52df2f.tar.gz |
correcting parenthesis error
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@991 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 a21e2f5..d1ae46b 100644 --- a/plugins/check_ssh.c +++ b/plugins/check_ssh.c | |||
@@ -288,7 +288,7 @@ void | |||
288 | print_usage (void) | 288 | print_usage (void) |
289 | { | 289 | { |
290 | printf ("\ | 290 | printf ("\ |
291 | Usage: %s [-46] [-t <timeout>] [-r <remote version>] [-p <port>] <host>\n"), progname); | 291 | Usage: %s [-46] [-t <timeout>] [-r <remote version>] [-p <port>] <host>\n", progname); |
292 | 292 | ||
293 | printf (UT_HLP_VRS, progname, progname); | 293 | printf (UT_HLP_VRS, progname, progname); |
294 | } | 294 | } |