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 a21e2f52..d1ae46bb 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 | } |