Restore accidentally deleted --fw command-line argument

This was mistakenly deleted in commit
908b728503.
This commit is contained in:
Richard Hansen 2024-06-27 00:03:25 -04:00
parent f4c4d974d2
commit 5757f7e07d

View file

@ -1212,6 +1212,7 @@ my @opt = (
"",
" Options related to '--use=fw', '--usev4=fwv4', '--usev6=fwv6', and '--usev6=fw'",
" as well as '--use=<device>', '--usev4=<device>', and '--usev6=<device>':",
["fw", "=s", "--fw=<address|url> : deprecated, use '--fwv4' or '--fwv6'"],
["fw-skip", "=s", "--fw-skip=<pattern> : deprecated, use '--fwv4-skip' or '--fwv6-skip'"],
["fwv4", "=s", "--fwv4=<address|url> : obtain IPv4 address from device with IP address <address> or URL <url>"],
["fwv4-skip", "=s", "--fwv4-skip=<pattern> : skip any IP addresses before <pattern> in the text returned from the device"],