configure: reformat --help
This commit is contained in:
parent
3c02d79b40
commit
0306f6974b
|
@ -59,26 +59,26 @@ 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 " --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 " --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"
|
||||
echo " --host-os=<name> For cross build. result of uname -s on the host machine"
|
||||
echo " --host-os-version=x.x For cross build. result of uname -r on the host machine"
|
||||
echo " --host-machine=<arch> For cross build. result of uname -m on the host machine"
|
||||
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 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"
|
||||
echo " --host-os=<name> For cross build. result of uname -s on the host machine"
|
||||
echo " --host-os-version=x.x For cross build. result of uname -r on the host machine"
|
||||
echo " --host-machine=<arch> For cross build. result of uname -m on the host machine"
|
||||
exit 1
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in New Issue