Skip to content

Commit

Permalink
[clean] : The usage output was organized.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayao0819 committed Feb 10, 2020
1 parent 5b4fd0e commit e4107bc
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,30 +25,18 @@ source plymouth-theme

umask 0022

_usage ()
{
_usage () {
echo "usage ${0} [options]"
echo
echo " General options:"
echo " -N <iso_name> Set an iso filename (prefix)"
echo " Default: ${iso_name}"
echo " -V <iso_version> Set an iso version (in filename)"
echo " Default: ${iso_version}"
echo " -L <iso_label> Set an iso label (disk label)"
echo " Default: ${iso_label}"
echo " -P <publisher> Set a publisher for the disk"
echo " Default: '${iso_publisher}'"
echo " -A <application> Set an application name for the disk"
echo " Default: '${iso_application}'"
echo " -D <install_dir> Set an install_dir (directory inside iso)"
echo " Default: ${install_dir}"
echo " -w <work_dir> Set the working directory"
echo " Default: ${work_dir}"
echo " -o <out_dir> Set the output directory"
echo " Default: ${out_dir}"
echo " -p <password> 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}
Expand Down

0 comments on commit e4107bc

Please sign in to comment.