summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Lofgren <alofgren@op5.com>2015-01-30 09:52:20 (GMT)
committerLorenz Kästle <lorenz.kaestle@netways.de>2022-01-14 14:34:12 (GMT)
commitd65c4fc1b96ec7cf9e5666b7617360098702c517 (patch)
tree358ae9e8d31efbcf5aad873f1484a05b5cd280bf
parentecf3f468905dc2b8e8470eb5288ce8b9f845c26f (diff)
downloadmonitoring-plugins-d65c4fc.tar.gz
check_ssh: Fix a typo in "remote-protocol parameter
remote-protcol -> remote-protocol Signed-off-by: Anton Lofgren <alofgren@op5.com>
-rw-r--r--plugins/check_ssh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ssh.c b/plugins/check_ssh.c
index b4bfab4..edfedf5 100644
--- a/plugins/check_ssh.c
+++ b/plugins/check_ssh.c
@@ -106,7 +106,7 @@ process_arguments (int argc, char **argv)
106 {"timeout", required_argument, 0, 't'}, 106 {"timeout", required_argument, 0, 't'},
107 {"verbose", no_argument, 0, 'v'}, 107 {"verbose", no_argument, 0, 'v'},
108 {"remote-version", required_argument, 0, 'r'}, 108 {"remote-version", required_argument, 0, 'r'},
109 {"remote-protcol", required_argument, 0, 'P'}, 109 {"remote-protocol", required_argument, 0, 'P'},
110 {0, 0, 0, 0} 110 {0, 0, 0, 0}
111 }; 111 };
112 112