summaryrefslogtreecommitdiffstats
path: root/plugins/check_ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_ssh.c')
-rw-r--r--plugins/check_ssh.c6
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)
287void 287void
288print_usage (void) 288print_usage (void)
289{ 289{
290 printf (_("\ 290 printf ("\
291Usage: %s [-46] [-t <timeout>] [-r <remote version>] [-p <port>] <host>\n"), progname); 291Usage: %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 */