fix usage

This commit is contained in:
alonamid
2019-07-19 00:24:07 +00:00
parent c35bc33356
commit b47c8a5f30

View File

@@ -12,7 +12,7 @@ RDIR=$(pwd)
function usage
{
echo "usage: ./scripts/build-toolchains.sh [riscv] [hwacha] [ firesim | --firesim] [--submodules-only]"
echo "usage: ./scripts/build-toolchains.sh [riscv] [hwacha] [ ec2fast | --ec2fast] "
echo " riscv: if set, builds the riscv toolchain (this is also the default)"
echo " hwacha: if set, builds esp-tools toolchain"
echo " ec2fast: if set, pulls in a pre-compiled RISC-V toolchain for an EC2 manager instance"