diff options
Diffstat (limited to 'plugins/check_ssh.c')
-rw-r--r-- | plugins/check_ssh.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/check_ssh.c b/plugins/check_ssh.c index a21d64a..a21e2f5 100644 --- a/plugins/check_ssh.c +++ b/plugins/check_ssh.c | |||
@@ -287,9 +287,9 @@ print_help (void) | |||
287 | void | 287 | 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 | printf (_(UT_HLP_VRS), progname, progname); | 292 | |
293 | printf (UT_HLP_VRS, progname, progname); | ||
293 | } | 294 | } |
294 | 295 | ||
295 | /* end of check_ssh.c */ | ||