mirror of
https://github.com/AppleCommander/bastools.git
synced 2026-03-10 16:29:06 +00:00
Tweak to heading.
This commit is contained in:
@@ -91,7 +91,7 @@ public class Main implements Callable<Integer> {
|
||||
@Option(names = "--wrapper", description = "Wrap the Applesoft program (DOS 3.3).")
|
||||
private boolean wrapProgram;
|
||||
|
||||
@ArgGroup(heading = "%nTokenizer selection%n")
|
||||
@ArgGroup(heading = "%nTokenizer Selection:%n")
|
||||
private TokenizerSelection tokenizer = new TokenizerSelection();
|
||||
|
||||
@Option(names = "-f", converter = OptimizationTypeConverter.class, split = ",", description = {
|
||||
|
||||
Reference in New Issue
Block a user