From bb0ceedbbc533e87ae9832ca107065186ad9fae1 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 5 Mar 2012 08:31:58 +0000 Subject: setup-alpine: clean up the usage help --- setup-alpine.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'setup-alpine.in') 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 } -- cgit v1.2.3