minor changes

This commit is contained in:
Jindra Petřík
2024-01-21 17:52:06 +01:00
parent 661d292b59
commit ef29e059e4
28 changed files with 28 additions and 28 deletions

View File

@@ -16,7 +16,7 @@ import picocli.CommandLine.ParentCommand;
name = "abcmerge",
mixinStandardHelpOptions = true,
versionProvider = VersionProvider.class,
header = "Merge all ABC tags in SWF file to one",
header = "Merge all ABC tags in SWF file to one.",
parameterListHeading = "%n@|bold,underline Parameters|@:%n",
synopsisHeading = "@|bold,underline Usage|@:",
footerHeading = "%n@|bold,underline Example|@:%n",

View File

@@ -16,7 +16,7 @@ import picocli.CommandLine.ParentCommand;
name = "compress",
mixinStandardHelpOptions = true,
versionProvider = VersionProvider.class,
header = "Compress SWF file",
header = "Compress SWF file.",
optionListHeading = "%n@|bold,underline Options|@:%n",
parameterListHeading = "%n@|bold,underline Parameters|@:%n",
synopsisHeading = "@|bold,underline Usage|@:",

View File

@@ -20,7 +20,7 @@ import picocli.CommandLine.ParentCommand;
name = "config",
mixinStandardHelpOptions = true,
versionProvider = VersionProvider.class,
header = "List available configuration options",
header = "List available configuration options.",
parameterListHeading = "%n@|bold,underline Parameters|@:%n",
synopsisHeading = "@|bold,underline Usage|@:",
footerHeading = "%n@|bold,underline Example|@:%n",

View File

@@ -16,7 +16,7 @@ import picocli.CommandLine.ParentCommand;
name = "decompress",
mixinStandardHelpOptions = true,
versionProvider = VersionProvider.class,
header = "Decompress SWF file",
header = "Decompress SWF file.",
parameterListHeading = "%n@|bold,underline Parameters|@:%n",
synopsisHeading = "@|bold,underline Usage|@:",
footerHeading = "%n@|bold,underline Example|@:%n",

View File

@@ -16,7 +16,7 @@ import picocli.CommandLine.ParentCommand;
name = "decrypt",
mixinStandardHelpOptions = true,
versionProvider = VersionProvider.class,
header = "Decrypt HARMAN Air encrypted SWF file",
header = "Decrypt HARMAN Air encrypted SWF file.",
parameterListHeading = "%n@|bold,underline Parameters|@:%n",
synopsisHeading = "@|bold,underline Usage|@:",
footerHeading = "%n@|bold,underline Example|@:%n",

View File

@@ -21,7 +21,7 @@ import picocli.CommandLine.ArgGroup;
name = "deobfuscate",
mixinStandardHelpOptions = true,
versionProvider = VersionProvider.class,
header = "Deobfuscate AS3 P-code",
header = "Deobfuscate AS3 P-code.",
optionListHeading = "%n@|bold,underline Options|@:%n",
parameterListHeading = "%n@|bold,underline Parameters|@:%n",
synopsisHeading = "@|bold,underline Usage|@:",

View File

@@ -31,7 +31,7 @@ import picocli.CommandLine.ParentCommand;
name="dump",
mixinStandardHelpOptions = true,
versionProvider = VersionProvider.class,
header = "Dumps specific data of SWF file to console",
header = "Dump specific data of SWF file to console.",
optionListHeading = "%n@|bold,underline Options|@:%n",
parameterListHeading = "%n@|bold,underline Parameters|@:%n",
synopsisHeading = "@|bold,underline Usage|@:",

View File

@@ -21,7 +21,7 @@ import picocli.CommandLine.ArgGroup;
name = "enabledebugging",
mixinStandardHelpOptions = true,
versionProvider = VersionProvider.class,
header = "Enable debugging for SWF file",
header = "Enable debugging for SWF file.",
optionListHeading = "%n@|bold,underline Options|@:%n",
parameterListHeading = "%n@|bold,underline Parameters|@:%n",
synopsisHeading = "@|bold,underline Usage|@:",

View File

@@ -40,7 +40,7 @@ import picocli.CommandLine.ParentCommand;
@Command(name = "export",
mixinStandardHelpOptions = true,
versionProvider = VersionProvider.class,
header = "Export sources to a directory",
header = "Export sources to a directory.",
//descriptionHeading = "%n@|bold,underline Description|@:%n",
optionListHeading = "%n@|bold,underline Options|@:%n",
parameterListHeading = "%n@|bold,underline Parameters|@:%n",

View File

@@ -16,7 +16,7 @@ import picocli.CommandLine.ParentCommand;
name = "flashpaper2pdf",
mixinStandardHelpOptions = true,
versionProvider = VersionProvider.class,
header = "Convert FlashPaper SWF file to PDF",
header = "Convert FlashPaper SWF file to PDF.",
parameterListHeading = "%n@|bold,underline Parameters|@:%n",
synopsisHeading = "@|bold,underline Usage|@:",
footerHeading = "%n@|bold,underline Examples|@:%n",

View File

@@ -22,7 +22,7 @@ import picocli.CommandLine.ArgGroup;
name = "generatedoc",
mixinStandardHelpOptions = true,
versionProvider = VersionProvider.class,
header = "Generate documentation",
header = "Generate documentation.",
optionListHeading = "%n@|bold,underline Options|@:%n",
parameterListHeading = "%n@|bold,underline Parameters|@:%n",
synopsisHeading = "@|bold,underline Usage|@:",

View File

@@ -20,7 +20,7 @@ import picocli.CommandLine.ParentCommand;
name = "header",
mixinStandardHelpOptions = true,
versionProvider = VersionProvider.class,
header = "Display and manipulate SWF header values",
header = "Display and manipulate SWF header values.",
parameterListHeading = "%n@|bold,underline Parameters|@:%n",
synopsisHeading = "@|bold,underline Usage|@:",
footerHeading = "%n@|bold,underline Example|@:%n",

View File

@@ -20,7 +20,7 @@ import picocli.CommandLine.ArgGroup;
name = "import",
mixinStandardHelpOptions = true,
versionProvider = VersionProvider.class,
header = "Bulk import items to the SWF",
header = "Bulk import items to the SWF.",
optionListHeading = "%n@|bold,underline Options|@:%n",
parameterListHeading = "%n@|bold,underline Parameters|@:%n",
synopsisHeading = "@|bold,underline Usage|@:",

View File

@@ -21,7 +21,7 @@ import picocli.CommandLine.ArgGroup;
name = "instancemetadata",
mixinStandardHelpOptions = true,
versionProvider = VersionProvider.class,
header = "Instance metadata operations",
header = "Instance metadata operations.",
optionListHeading = "%n@|bold,underline Options|@:%n",
parameterListHeading = "%n@|bold,underline Parameters|@:%n",
synopsisHeading = "@|bold,underline Usage|@:",

View File

@@ -22,7 +22,7 @@ import picocli.CommandLine.ArgGroup;
name = "get",
mixinStandardHelpOptions = true,
versionProvider = VersionProvider.class,
header = "Get instance metadata",
header = "Get instance metadata.",
optionListHeading = "%n@|bold,underline Options|@:%n",
parameterListHeading = "%n@|bold,underline Parameters|@:%n",
synopsisHeading = "@|bold,underline Usage|@:",

View File

@@ -22,7 +22,7 @@ import picocli.CommandLine.ArgGroup;
name = "remove",
mixinStandardHelpOptions = true,
versionProvider = VersionProvider.class,
header = "Remove instance metadata",
header = "Remove instance metadata.",
optionListHeading = "%n@|bold,underline Options|@:%n",
parameterListHeading = "%n@|bold,underline Parameters|@:%n",
synopsisHeading = "@|bold,underline Usage|@:",

View File

@@ -22,7 +22,7 @@ import picocli.CommandLine.ArgGroup;
name = "set",
mixinStandardHelpOptions = true,
versionProvider = VersionProvider.class,
header = "Set instance metadata",
header = "Set instance metadata.",
optionListHeading = "%n@|bold,underline Options|@:%n",
parameterListHeading = "%n@|bold,underline Parameters|@:%n",
synopsisHeading = "@|bold,underline Usage|@:",

View File

@@ -19,7 +19,7 @@ import picocli.CommandLine.ArgGroup;
name = "linkreport",
mixinStandardHelpOptions = true,
versionProvider = VersionProvider.class,
header = "Generate linker report for the swffile",
header = "Generate linker report for the swffile.",
optionListHeading = "%n@|bold,underline Options|@:%n",
parameterListHeading = "%n@|bold,underline Parameters|@:%n",
synopsisHeading = "@|bold,underline Usage|@:",

View File

@@ -19,7 +19,7 @@ import picocli.CommandLine.ArgGroup;
name = "remove",
mixinStandardHelpOptions = true,
versionProvider = VersionProvider.class,
header = "Removes a tag from the SWF",
header = "Remove a tag from the SWF.",
optionListHeading = "%n@|bold,underline Options|@:%n",
parameterListHeading = "%n@|bold,underline Parameters|@:%n",
synopsisHeading = "@|bold,underline Usage|@:",

View File

@@ -19,7 +19,7 @@ import picocli.CommandLine.ArgGroup;
name = "removecharacter",
mixinStandardHelpOptions = true,
versionProvider = VersionProvider.class,
header = "Removes a tag from the SWF",
header = "Remove a character tag from the SWF.",
optionListHeading = "%n@|bold,underline Options|@:%n",
parameterListHeading = "%n@|bold,underline Parameters|@:%n",
synopsisHeading = "@|bold,underline Usage|@:",

View File

@@ -19,7 +19,7 @@ import picocli.CommandLine.ArgGroup;
name = "replace",
mixinStandardHelpOptions = true,
versionProvider = VersionProvider.class,
header = "Replace the data of the specified items",
header = "Replace the data of the specified items.",
optionListHeading = "%n@|bold,underline Options|@:%n",
parameterListHeading = "%n@|bold,underline Parameters|@:%n",
synopsisHeading = "@|bold,underline Usage|@:",

View File

@@ -19,7 +19,7 @@ import picocli.CommandLine.ArgGroup;
name = "replacealpha",
mixinStandardHelpOptions = true,
versionProvider = VersionProvider.class,
header = "Replace the alpha channel of the specified JPEG3 or JPEG4 tag",
header = "Replace the alpha channel of the specified JPEG3/4 tag.",
optionListHeading = "%n@|bold,underline Options|@:%n",
parameterListHeading = "%n@|bold,underline Parameters|@:%n",
synopsisHeading = "@|bold,underline Usage|@:",

View File

@@ -19,7 +19,7 @@ import picocli.CommandLine.ArgGroup;
name = "replacecharacter",
mixinStandardHelpOptions = true,
versionProvider = VersionProvider.class,
header = "Replace a character tag with another character tag from the same SWF",
header = "Replace a character tag with other character.",
optionListHeading = "%n@|bold,underline Options|@:%n",
parameterListHeading = "%n@|bold,underline Parameters|@:%n",
synopsisHeading = "@|bold,underline Usage|@:",

View File

@@ -19,7 +19,7 @@ import picocli.CommandLine.ArgGroup;
name = "replacecharacterid",
mixinStandardHelpOptions = true,
versionProvider = VersionProvider.class,
header = "Replace a character id with another character id from the same SWF",
header = "Replace a character id with another.",
optionListHeading = "%n@|bold,underline Options|@:%n",
parameterListHeading = "%n@|bold,underline Parameters|@:%n",
synopsisHeading = "@|bold,underline Usage|@:",

View File

@@ -17,7 +17,7 @@ import picocli.CommandLine.ParentCommand;
name = "swf2exe",
mixinStandardHelpOptions = true,
versionProvider = VersionProvider.class,
header = "Export SWF to executable file",
header = "Export SWF to executable file.",
parameterListHeading = "%n@|bold,underline Parameters|@:%n",
synopsisHeading = "@|bold,underline Usage|@:",
footerHeading = "%n@|bold,underline Example|@:%n",

View File

@@ -16,7 +16,7 @@ import picocli.CommandLine.ParentCommand;
name = "swf2swc",
mixinStandardHelpOptions = true,
versionProvider = VersionProvider.class,
header = "Generate SWC file from SWF",
header = "Generate SWC file from SWF.",
parameterListHeading = "%n@|bold,underline Parameters|@:%n",
synopsisHeading = "@|bold,underline Usage|@:",
footerHeading = "%n@|bold,underline Example|@:%n",

View File

@@ -16,7 +16,7 @@ import picocli.CommandLine.ParentCommand;
name = "swf2xml",
mixinStandardHelpOptions = true,
versionProvider = VersionProvider.class,
header = "Convert SWF file to XML",
header = "Convert SWF file to XML.",
parameterListHeading = "%n@|bold,underline Parameters|@:%n",
synopsisHeading = "@|bold,underline Usage|@:",
footerHeading = "%n@|bold,underline Example|@:%n",

View File

@@ -16,7 +16,7 @@ import picocli.CommandLine.ParentCommand;
name = "xml2swf",
mixinStandardHelpOptions = true,
versionProvider = VersionProvider.class,
header = "Convert XML file to SWF",
header = "Convert XML file to SWF.",
parameterListHeading = "%n@|bold,underline Parameters|@:%n",
synopsisHeading = "@|bold,underline Usage|@:",
footerHeading = "%n@|bold,underline Example|@:%n",