update help message

This commit is contained in:
Yorick Barbanneau 2017-10-03 11:12:35 +02:00
parent 056031901b
commit aa939b2be0

14
init.sh
View file

@ -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