From aa939b2be097fc32f0d4c1d455e5bd49c2d1ec1f Mon Sep 17 00:00:00 2001 From: Yorick Date: Tue, 3 Oct 2017 11:12:35 +0200 Subject: [PATCH] update help message --- init.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/init.sh b/init.sh index 4ac6a47..ef6f709 100755 --- a/init.sh +++ b/init.sh @@ -96,13 +96,13 @@ process_args() { usage() { cat << EOF USAGE: ${0} [-a architecture] [-b] - -a | --arch Select CPU Architecture amd64 | i386 CPU - -b | --bios Create a bios bott compatible key - -d | --device Device_block USB key to write - --debian-ver Choose Debian Version to download - --repo Repo directory (defaukt is ./repo) - --temp Temp directory (default is ./tmp) - -v | --version Show version + -a | --arch Select CPU Architecture amd64 | i386 CPU + -b | --bios Create a bios bott compatible key + -d | --device Device_block USB key to write + --debian-version Choose Debian Version to download + --repo Repo directory (defaukt is ./repo) + --temp Temp directory (default is ./tmp) + -v | --version Show version ${0} initialize an usb key for Debian automatic install with preseed and a partman recipe. EOF