summaryrefslogtreecommitdiff
path: root/net-mgmt/nagios-plugins/files/patch-check_by_ssh.c
blob: f1ba6b457c0de50ad7acb9a84eea543c6caa1f08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- plugins/check_by_ssh.c.orig	Wed Nov 20 02:19:07 2002
+++ plugins/check_by_ssh.c	Tue Nov 26 14:20:28 2002
@@ -361,6 +361,8 @@
 		 "   list of nagios service names, separated by ':' [optional]\n"
 		 "-n, --name=NAME\n"
 		 "   short name of host in nagios configuration [optional]\n"
+		 "-v, --verbose\n"
+		 "   display command being executed\n"
 		 "-4, --use-ipv4\n"
 		 "   tell ssh to use IPv4\n"
 		 "-6, --use-ipv6\n"
@@ -388,7 +390,7 @@
 {
 	printf
 		("Usage:\n"
-		 "check_by_ssh [-f46] [-t timeout] [-i identity] [-l user] -H <host> -C <command>\n"
+		 "check_by_ssh [-fv46] [-t timeout] [-i identity] [-l user] -H <host> -C <command>\n"
 		 "             [-n name] [-s servicelist] [-O outputfile] [-p port]\n"
 		 "check_by_ssh  -V prints version info\n"
 		 "check_by_ssh  -h prints more detailed help\n");