summaryrefslogtreecommitdiffstats
path: root/setup-alpine.in
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-03-05 08:31:58 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-03-05 08:31:58 +0000
commitbb0ceedbbc533e87ae9832ca107065186ad9fae1 (patch)
treec863b74db502785f11bc234e3624a587e918180e /setup-alpine.in
parent70b1ecf90211bfe3a4233a58b593d29b97b531e6 (diff)
downloadalpine-conf-bb0ceedbbc533e87ae9832ca107065186ad9fae1.tar.bz2
alpine-conf-bb0ceedbbc533e87ae9832ca107065186ad9fae1.tar.xz
setup-alpine: clean up the usage help
Diffstat (limited to 'setup-alpine.in')
-rwxr-xr-xsetup-alpine.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/setup-alpine.in b/setup-alpine.in
index 554cbf2..c72f36b 100755
--- a/setup-alpine.in
+++ b/setup-alpine.in
@@ -22,15 +22,16 @@ is_qemu() {
usage() {
cat <<__EOF__
-usage: setup-alpine [-ha] [-f FILE] [-c FILE]
+usage: setup-alpine [-ahq] [-c FILE | -f FILE]
Setup Alpine Linux
options:
- -h Show this help
-a Create Alpine Linux overlay file
- -f Answer file to use installation
-c Create answer file (do not install anything)
+ -f Answer file to use installation
+ -h Show this help
+ -q Quick mode. Ask fewer questions.
__EOF__
exit 1
}