From ef0b7607fe73559d6515be3fd2525c5f70d0fef9 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Thu, 10 Jun 2021 23:56:56 +0200 Subject: [PATCH] Update help message --- src/make_userland.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/make_userland.sh b/src/make_userland.sh index 964e2f9..f80dc96 100755 --- a/src/make_userland.sh +++ b/src/make_userland.sh @@ -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 -r -m +make_userland.sh -o -r -m - + -o directory tha contain our userlan system. a subdirectory with + the recipe name will be created. Default: \tmp -. + -r : recipe to apply, the name must be a subdorectory of the recipe\ + directory. Default: default + + -m : debian mirror where download packages. Default: ftp.debian.org EOF }