check_ssh: modify usage string to avoid old call syntax

This commit is contained in:
Lorenz Kästle 2025-02-25 11:28:29 +01:00
parent ed06df7f34
commit 5ee9a5eadd

View file

@ -434,5 +434,5 @@ void print_help(void) {
void print_usage(void) {
printf("%s\n", _("Usage:"));
printf("%s [-4|-6] [-t <timeout>] [-r <remote version>] [-p <port>] <host>\n", progname);
printf("%s [-4|-6] [-t <timeout>] [-r <remote version>] [-p <port>] --hostname <host>\n", progname);
}