Commit 69a5d7c2 authored by Federico Vaga's avatar Federico Vaga Committed by Alessandro Rubini

wrs_build-all: fix help message

Signed-off-by: 's avatarFederico Vaga <federico.vaga@gmail.com>
parent 2ac6656a
......@@ -47,10 +47,10 @@ showhelp() {
echo ""
echo "Options:"
echo " --help Show this little message"
echo " --pack Create a tar.gz package with the files"
echo " --clean Remove all the previous configuration"
echo " --fetch Force fetching the new download files"
echo " --list List the different building steps"
echo " --pack Create a tar.gz package with the files in ${WRS_OUTPUT_DIR}/images/"
echo " --step=[00-09] Perform one specific step"
echo ""
exit 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment