"disassembly" -> "disassemble" to better match the phrasing of other targets.

(also, fixed the usage)
pull/240/merge
Jesse Vincent 7 years ago
parent 0fc79af6b2
commit 0dd1f49841

@ -220,7 +220,7 @@ size_map () {
"${AVR_NM}" --size-sort -C -r -l "${ELF_FILE_PATH}"
}
disassembly () {
disassemble () {
if [ ! -e "${HEX_FILE_PATH}" ]; then
compile
@ -230,7 +230,7 @@ disassembly () {
}
decompile () {
disassembly
disassemble
}
clean () {
@ -280,7 +280,7 @@ Available commands:
size-map
Displays the size map for the sketch.
decomple
disassemble
Decompile the sketch.
reset-device

Loading…
Cancel
Save