diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-02-25 11:28:29 +0100 |
|---|---|---|
| committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-07 23:38:50 +0100 |
| commit | 5ee9a5eadd7c9252fc4deb6cc502535d8e0e49d5 (patch) | |
| tree | 2828a6f5e9849da43a8164e07cd7dcf41e960306 | |
| parent | ed06df7f34ad72439b2a0ebb0c0e527d2435050a (diff) | |
| download | monitoring-plugins-5ee9a5eadd7c9252fc4deb6cc502535d8e0e49d5.tar.gz | |
check_ssh: modify usage string to avoid old call syntax
| -rw-r--r-- | plugins/check_ssh.c | 2 |
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 | ||
| 435 | void print_usage(void) { | 435 | void 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 | } |
