From e891f53345c707c784a933f472285a520aa4425e Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Fri, 14 Jun 2024 18:58:54 -0400 Subject: [PATCH] update_nics: Consistently use `--opt` instead of `opt` --- ddclient.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ddclient.in b/ddclient.in index 8a4c598..676ce07 100755 --- a/ddclient.in +++ b/ddclient.in @@ -1399,8 +1399,8 @@ sub update_nics { # And if it is valid, remember it... $iplist{$use}{$arg_ip}{$arg_fw}{$arg_if}{$arg_web}{$arg_cmd} = $ip; } else { - warning("%s: unable to determine IP address with strategy use=%s", $h, $use) - if !$daemon || opt('verbose'); + warning("%s: unable to determine IP address with strategy --use=%s", + $h, $use) if !$daemon || opt('verbose'); } } }