configure: reformat --help

This commit is contained in:
Thomas Bernard 2024-01-26 01:30:16 +01:00
parent 3c02d79b40
commit 0306f6974b
No known key found for this signature in database
GPG Key ID: DB511043A31ACAAF
1 changed files with 20 additions and 20 deletions

26
miniupnpd/configure vendored
View File

@ -59,20 +59,20 @@ case "$argv" in
OS_MACHINE=$(echo $argv | cut -d= -f2) ;;
--help|-h)
echo "Usage : $0 [options]"
echo " --help this help"
echo " --ipv6 enable IPv6"
echo " --igd2 build an IGDv2 instead of an IGDv1"
echo " --strict be more strict regarding compliance with UPnP specifications"
echo " --help Show this help"
echo " --ipv6 Enable IPv6"
echo " --igd2 Build an IGDv2 instead of an IGDv1"
echo " --strict Stricter compliance with UPnP specifications"
echo " --debug #define DEBUG 1"
echo " --leasefile enable lease file"
echo " --vendorcfg enable configuration of manufacturer info"
echo " --pcp-peer enable PCP PEER operation"
echo " --portinuse enable port in use check"
echo " --regex enable description regex filter"
echo " --uda-version=x.x set advertised UPnP version (default to ${UPNP_VERSION_MAJOR}.${UPNP_VERSION_MINOR})"
echo " --disable-pppconn disable WANPPPConnection"
echo " --firewall=<name> force the firewall type (nftables, iptables, pf, ipf, ipfw)"
echo " --iptablespath=/path/to/iptables use a specific version of iptables"
echo " --leasefile Enable lease file"
echo " --vendorcfg Enable configuration of manufacturer info"
echo " --pcp-peer Enable PCP PEER operation"
echo " --portinuse Enable port in use check"
echo " --regex Enable description regex filter"
echo " --uda-version=x.x Set advertised UPnP version (default to ${UPNP_VERSION_MAJOR}.${UPNP_VERSION_MINOR})"
echo " --disable-pppconn Disable WANPPPConnection"
echo " --firewall=<name> Force firewall type (nftables, iptables, pf, ipf, ipfw)"
echo " --iptablespath=/path Use a specific version of iptables"
echo " --disable-fork Do not go to background and do not write pid file"
echo " --getifaddrs Force use getifaddrs() to obtain interface addresses"
echo " --v6sockets-v6only v6 sockets don't do v4, ie sysctl net.inet6.ip6.v6only=1"