summaryrefslogtreecommitdiffstats
path: root/plugins/check_ssh.c
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-02-25 11:28:29 +0100
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-03-07 23:38:50 +0100
commit5ee9a5eadd7c9252fc4deb6cc502535d8e0e49d5 (patch)
tree2828a6f5e9849da43a8164e07cd7dcf41e960306 /plugins/check_ssh.c
parented06df7f34ad72439b2a0ebb0c0e527d2435050a (diff)
downloadmonitoring-plugins-5ee9a5eadd7c9252fc4deb6cc502535d8e0e49d5.tar.gz
check_ssh: modify usage string to avoid old call syntax
Diffstat (limited to 'plugins/check_ssh.c')
-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 62c8b891..0f1c0835 100644
--- a/plugins/check_ssh.c
+++ b/plugins/check_ssh.c
@@ -434,5 +434,5 @@ void print_help(void) {
434 434
435void print_usage(void) { 435void print_usage(void) {
436 printf("%s\n", _("Usage:")); 436 printf("%s\n", _("Usage:"));
437 printf("%s [-4|-6] [-t <timeout>] [-r <remote version>] [-p <port>] <host>\n", progname); 437 printf("%s [-4|-6] [-t <timeout>] [-r <remote version>] [-p <port>] --hostname <host>\n", progname);
438} 438}