mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-26 19:29:24 +00:00
Changing the format of the convert
command help.
This commit is contained in:
parent
52f6bae8bc
commit
f0b88ee676
@ -9,9 +9,9 @@ import picocli.CommandLine.Command;
|
||||
import picocli.CommandLine.Option;
|
||||
import picocli.CommandLine.Parameters;
|
||||
|
||||
@Command(name = "convert", description = {
|
||||
"Uncompress a ShrinkIt or Binary II file; ",
|
||||
"or convert a DiskCopy 4.2 image into a ProDOS disk image." })
|
||||
@Command(name = "convert", description =
|
||||
"Uncompress a ShrinkIt or Binary II file; "
|
||||
+ "or convert a DiskCopy 4.2 image into a ProDOS disk image.")
|
||||
public class ConvertCommand extends ReusableCommandOptions {
|
||||
@Option(names = { "-d", "--disk" }, description = "Image to create [$ACX_DISK_NAME].", required = true,
|
||||
defaultValue = "${ACX_DISK_NAME}")
|
||||
|
Loading…
Reference in New Issue
Block a user