Skip to content

Commit 1b60f5e

Browse files
committed
[add] : Added message.
1 parent 453f96f commit 1b60f5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ _usage () {
6868
echo " -w <work_dir> Set the working directory"
6969
echo " Default: ${work_dir}"
7070
echo " -h This help message"
71+
echo " -x Enable debug mode."
7172
exit ${1}
7273
}
7374

@@ -186,6 +187,7 @@ make_customize_airootfs() {
186187
# -b : Enable boot splash.
187188
# -t : Set plymouth theme.
188189
# -k <kernel> : Set kernel name.
190+
# -x : Enable debug mode.
189191

190192

191193
local options

0 commit comments

Comments
 (0)