From d65c4fc1b96ec7cf9e5666b7617360098702c517 Mon Sep 17 00:00:00 2001 From: Anton Lofgren Date: Fri, 30 Jan 2015 10:52:20 +0100 Subject: check_ssh: Fix a typo in "remote-protocol parameter remote-protcol -> remote-protocol Signed-off-by: Anton Lofgren 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) {"timeout", required_argument, 0, 't'}, {"verbose", no_argument, 0, 'v'}, {"remote-version", required_argument, 0, 'r'}, - {"remote-protcol", required_argument, 0, 'P'}, + {"remote-protocol", required_argument, 0, 'P'}, {0, 0, 0, 0} }; -- cgit v0.10-9-g596f