diff --git a/ddclient.in b/ddclient.in index 8409b93..c1e168b 100755 --- a/ddclient.in +++ b/ddclient.in @@ -1212,6 +1212,7 @@ my @opt = ( "", " Options related to '--use=fw', '--usev4=fwv4', '--usev6=fwv6', and '--usev6=fw'", " as well as '--use=', '--usev4=', and '--usev6=':", + ["fw", "=s", "--fw= : deprecated, use '--fwv4' or '--fwv6'"], ["fw-skip", "=s", "--fw-skip= : deprecated, use '--fwv4-skip' or '--fwv6-skip'"], ["fwv4", "=s", "--fwv4= : obtain IPv4 address from device with IP address
or URL "], ["fwv4-skip", "=s", "--fwv4-skip= : skip any IP addresses before in the text returned from the device"],