From 0306f6974bca2a00618b0fb4dc09829f39e45c3f Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Fri, 26 Jan 2024 01:30:16 +0100 Subject: [PATCH] configure: reformat --help --- miniupnpd/configure | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/miniupnpd/configure b/miniupnpd/configure index 75c5c4a..2edf6fc 100755 --- a/miniupnpd/configure +++ b/miniupnpd/configure @@ -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= 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= 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= 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= 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= 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= For cross build. result of uname -m on the host machine" exit 1 ;; *)