mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 10:15:40 +00:00
Correct usage instructions for baremetal script
This commit is contained in:
parent
a778959572
commit
7a097859c5
|
@ -266,7 +266,7 @@ baremetal_ram_stack() {
|
|||
}
|
||||
|
||||
show_usage() {
|
||||
echo "Usage: $0 [--rom [--gcc|--armc5|--armc6]|--ram]"
|
||||
echo "Usage: $0 [--rom [--gcc] [--armc5] [--armc6]|--ram [--stack] [--heap]]"
|
||||
}
|
||||
|
||||
test_build=0
|
||||
|
|
Loading…
Reference in a new issue