summaryrefslogtreecommitdiff
path: root/setup-interfaces.in
diff options
context:
space:
mode:
authorLukas Bestle <mail@lukasbestle.com>2021-07-10 16:16:12 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2021-11-16 11:19:28 +0000
commit7f92a291a673b3f2dcf14a7f5106ebdf4f42ace3 (patch)
tree220e1d4b479a4b5a3efe22abebc06277dfba7e88 /setup-interfaces.in
parent39c91c1486c55ce1ee3ec1e646032d04e21406ed (diff)
downloadalpine-conf-7f92a291a673b3f2dcf14a7f5106ebdf4f42ace3.zip
setup-interfaces: Document all flags
Diffstat (limited to 'setup-interfaces.in')
-rw-r--r--setup-interfaces.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup-interfaces.in b/setup-interfaces.in
index e7a5019..d7e53c6 100644
--- a/setup-interfaces.in
+++ b/setup-interfaces.in
@@ -409,14 +409,16 @@ config_vlan() {
usage() {
cat <<-__EOF__
- usage: setup-interfaces [-bhir]
+ usage: setup-interfaces [-abhir] [-p ROOT]
Setup network interfaces
options:
+ -a Automatic interface setup using DHCP
-b Ask for bridging of interfaces
-h Show this help
-i Read new contents of ${ROOT}etc/network/interfaces from stdin
+ -p Set the system root to operate in
-r Restart the networking service after the setup
__EOF__
exit 1