I think the "--disassembly" flag was a mashup of "--disassemble" and "--assembly". Adding the others as they make more sense. Leaving the first for 'compatability'.

This commit is contained in:
Rob Greene
2025-10-08 19:07:11 -05:00
parent 1e8d686577
commit 046f5a9459

View File

@@ -168,7 +168,7 @@ public class ExportCommand extends ReadOnlyDiskImageCommandOptions {
public void setAppleSingleExtraction(boolean flag) {
selectExportMethod(ExportMethod.APPLESINGLE);
}
@Option(names = { "--disassembly" }, description = "Dissassembly file.")
@Option(names = { "--disassemble", "--assembly", "--disassembly" }, description = "Disassemble file.")
public void setDisassemblyExtraction(boolean flag) {
selectExportMethod(ExportMethod.DISASSEMBLY);
}