mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2026-01-22 17:16:11 +00:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user