diff options
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins/check_by_ssh.c b/plugins/check_by_ssh.c index 6855ebc..46d1297 100644 --- a/plugins/check_by_ssh.c +++ b/plugins/check_by_ssh.c | |||
@@ -399,6 +399,7 @@ print_help (void) | |||
399 | printf (" %s\n", "[1080933700] PROCESS_SERVICE_CHECK_RESULT;flint;c1;0; up 2 days"); | 399 | printf (" %s\n", "[1080933700] PROCESS_SERVICE_CHECK_RESULT;flint;c1;0; up 2 days"); |
400 | printf (" %s\n", "[1080933700] PROCESS_SERVICE_CHECK_RESULT;flint;c2;0; up 2 days"); | 400 | printf (" %s\n", "[1080933700] PROCESS_SERVICE_CHECK_RESULT;flint;c2;0; up 2 days"); |
401 | printf (" %s\n", "[1080933700] PROCESS_SERVICE_CHECK_RESULT;flint;c3;0; up 2 days"); | 401 | printf (" %s\n", "[1080933700] PROCESS_SERVICE_CHECK_RESULT;flint;c3;0; up 2 days"); |
402 | printf (_(UT_VERBOSE)); | ||
402 | printf (_(UT_SUPPORT)); | 403 | printf (_(UT_SUPPORT)); |
403 | } | 404 | } |
404 | 405 | ||
@@ -408,7 +409,7 @@ void | |||
408 | print_usage (void) | 409 | print_usage (void) |
409 | { | 410 | { |
410 | printf (_("Usage:")); | 411 | printf (_("Usage:")); |
411 | printf (" %s -H <host> -C <command> [-fq] [-1|-2] [-4|-6]\n" | 412 | printf (" %s -H <host> -C <command> [-fqv] [-1|-2] [-4|-6]\n" |
412 | " [-S [lines]] [-E [lines]] [-t timeout] [-i identity]\n" | 413 | " [-S [lines]] [-E [lines]] [-t timeout] [-i identity]\n" |
413 | " [-l user] [-n name] [-s servicelist] [-O outputfile]\n" | 414 | " [-l user] [-n name] [-s servicelist] [-O outputfile]\n" |
414 | " [-p port] [-o ssh-option]\n", | 415 | " [-p port] [-o ssh-option]\n", |