mirror of
https://github.com/status-im/miniupnp.git
synced 2025-02-10 13:06:37 +00:00
"Usage:" not "Usage :"
This commit is contained in:
parent
963d2ea07c
commit
ea207a21f6
4
miniupnpd/configure
vendored
4
miniupnpd/configure
vendored
@ -1,5 +1,5 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# $Id: configure,v 1.125 2024/01/17 00:05:14 nanard Exp $
|
# $Id: configure,v 1.129 2024/06/22 17:13:28 nanard Exp $
|
||||||
# vim: tabstop=4 shiftwidth=4 noexpandtab
|
# vim: tabstop=4 shiftwidth=4 noexpandtab
|
||||||
#
|
#
|
||||||
# miniupnp daemon
|
# miniupnp daemon
|
||||||
@ -60,7 +60,7 @@ case "$argv" in
|
|||||||
--host-machine=*)
|
--host-machine=*)
|
||||||
OS_MACHINE=$(echo $argv | cut -d= -f2) ;;
|
OS_MACHINE=$(echo $argv | cut -d= -f2) ;;
|
||||||
--help|-h)
|
--help|-h)
|
||||||
echo "Usage : $0 [options]"
|
echo "Usage: $0 [options]"
|
||||||
echo " --help Show this help"
|
echo " --help Show this help"
|
||||||
echo " --ipv6 Enable IPv6"
|
echo " --ipv6 Enable IPv6"
|
||||||
echo " --igd2 Build an IGDv2 instead of an IGDv1"
|
echo " --igd2 Build an IGDv2 instead of an IGDv1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user