From e4107bc05c17e06d8fceb0f302ff429261dde239 Mon Sep 17 00:00:00 2001 From: hayao Date: Mon, 10 Feb 2020 19:22:21 +0900 Subject: [PATCH] [clean] : The usage output was organized. --- build.sh | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/build.sh b/build.sh index c2f68b04b..ed25edfea 100755 --- a/build.sh +++ b/build.sh @@ -25,30 +25,18 @@ source plymouth-theme umask 0022 -_usage () -{ +_usage () { echo "usage ${0} [options]" echo echo " General options:" - echo " -N Set an iso filename (prefix)" - echo " Default: ${iso_name}" - echo " -V Set an iso version (in filename)" - echo " Default: ${iso_version}" - echo " -L Set an iso label (disk label)" - echo " Default: ${iso_label}" - echo " -P Set a publisher for the disk" - echo " Default: '${iso_publisher}'" - echo " -A Set an application name for the disk" - echo " Default: '${iso_application}'" - echo " -D Set an install_dir (directory inside iso)" - echo " Default: ${install_dir}" echo " -w Set the working directory" echo " Default: ${work_dir}" echo " -o Set the output directory" echo " Default: ${out_dir}" echo " -p Set a live user password" - echo " Default: alter" - echo " -b Enable boot splash." + echo " Default: ${password}" + echo " -b Enable boot splash" + echo " Default: disable" # echo " -v Enable verbose output" echo " -h This help message" exit ${1}