summaryrefslogtreecommitdiffstats
path: root/web/attachments/212748-check_ssh_hostname_opt_fix.diff
blob: 0411a2ecdf226b0d216aa45d437cfae3692344f0 (plain)
1
2
3
4
5
6
7
8
9
10
--- nagios-plugins-HEAD-200701231300/plugins/check_ssh.c.orig	2007-01-23 19:43:04.000000000 +0200
+++ nagios-plugins-HEAD-200701231300/plugins/check_ssh.c	2007-01-23 19:43:16.000000000 +0200
@@ -103,6 +103,7 @@
 		{"help", no_argument, 0, 'h'},
 		{"version", no_argument, 0, 'V'},
 		{"host", required_argument, 0, 'H'},
+		{"hostname", required_argument, 0, 'H'},
 		{"port", required_argument, 0, 'p'},
 		{"use-ipv4", no_argument, 0, '4'},
 		{"use-ipv6", no_argument, 0, '6'},