summaryrefslogtreecommitdiff
path: root/net/nagios-plugins/files/patch-check_by_ssh.c
blob: 37a02d24d2060197a6b292a752a9a0118f99bef6 (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	Thu Feb 28 07:42:57 2002
+++ plugins/check_by_ssh.c	Sun Jul 14 09:50:43 2002
@@ -382,6 +382,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"
 		 "\n"
 		 "The most common mode of use is to refer to a local identity file with\n"
 		 "the '-i' option. In this mode, the identity pair should have a null\n"
@@ -405,7 +407,7 @@
 {
 	printf
 		("Usage:\n"
-		 "check_by_ssh [-f] [-t timeout] [-i identity] [-l user] -H <host> <command>\n"
+		 "check_by_ssh [-fv] [-t timeout] [-i identity] [-l user] -H <host> <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");