[monitoring-plugins] check_ssh: Fix a typo in "remote-protocol ...
Lorenz Kästle
git at monitoring-plugins.org
Fri Jan 14 15:40:12 CET 2022
Module: monitoring-plugins
Branch: dev/check_ssh-patches
Commit: d65c4fc1b96ec7cf9e5666b7617360098702c517
Author: Anton Lofgren <alofgren at op5.com>
Committer: Lorenz Kästle <lorenz.kaestle at netways.de>
Date: Fri Jan 30 10:52:20 2015 +0100
URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=d65c4fc
check_ssh: Fix a typo in "remote-protocol parameter
remote-protcol -> remote-protocol
Signed-off-by: Anton Lofgren <alofgren at op5.com>
---
plugins/check_ssh.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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}
};
More information about the Commits
mailing list