Update readme for 0.8.5 and fix usage message in build.sh
This commit is contained in:
parent
e5bbdfdb5d
commit
bebf00c2ae
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -24,7 +24,7 @@ if [ -z "${gluon_path}" ]; then
|
|||
echo "Usage: $0 -g GLUON_PATH" >&2
|
||||
echo " -g GLUON_PATH Path to a checkout of the gluon repository." >&2
|
||||
echo " -l SITES Comma separated list of sites to build" >&2
|
||||
echo " -o OUT_PATH Path to a checkout of the gluon repository. Default: ${gluon_out}" >&2
|
||||
echo " -o OUT_PATH Path to the firmware output directory. Default: ${gluon_out}" >&2
|
||||
echo " -s SIGNATURE Sign firmware with signature" >&2
|
||||
echo " -u UPLOADSCRIPT Run UPLOADSCRIPT after building. Argument: $gluon_out/<GLUON_RELEASE>" >&2
|
||||
echo " -b BROKEN=1" >&2
|
||||
|
|
Loading…
Reference in a new issue