diff options
author | Holger Weiss <hweiss@users.sourceforge.net> | 2007-06-12 23:18:13 (GMT) |
---|---|---|
committer | Holger Weiss <hweiss@users.sourceforge.net> | 2007-06-12 23:18:13 (GMT) |
commit | 884bd1c8225c04cf4187f52cd798572d8d26a36e (patch) | |
tree | ceae93798b9d80da48f54512ec78ebc928b137aa /plugins/check_by_ssh.c | |
parent | 15255ec599506db603b5089357fb137536497537 (diff) | |
download | monitoring-plugins-884bd1c8225c04cf4187f52cd798572d8d26a36e.tar.gz |
Add "-v" to help/usage output.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1738 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_by_ssh.c')
-rw-r--r-- | plugins/check_by_ssh.c | 3 |
1 files changed, 2 insertions, 1 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", |