Update help message

This commit is contained in:
Yorick Barbanneau 2021-06-10 23:56:56 +02:00
parent 30b0a4fc35
commit ef0b7607fe

View file

@ -11,11 +11,15 @@ Create Debian userland filesystem for MNT Reform
This script create an userland system for the MNT Reform 2 laptop
USAGE:
make_userland.sh -t <target> -r <recipe> -m <mirror>
make_userland.sh -o <output> -r <recipe> -m <mirror>
<target>
-o <output> directory tha contain our userlan system. a subdirectory with
the recipe name will be created. Default: \tmp
<recipe>.
-r <recipe> : recipe to apply, the name must be a subdorectory of the recipe\
directory. Default: default
-m <mirror> : debian mirror where download packages. Default: ftp.debian.org
EOF
}