chore: command line help

This commit is contained in:
2022-04-03 00:02:28 +08:00
parent 1fa032ca06
commit 0a12ac717c

View File

@@ -19,7 +19,7 @@ public class TinyEncryptArgs {
@CommandLine.Option(names = {"-s", "--show"}, description = "Show decrypted text in window") @CommandLine.Option(names = {"-s", "--show"}, description = "Show decrypted text in window")
boolean showInWindow = false; boolean showInWindow = false;
@CommandLine.Option(names = {"-k", "--key"}, description = "Encrypt key") @CommandLine.Option(names = {"-k", "--key"}, description = "Encrypt KMS key")
String key; String key;
@CommandLine.Option(names = {"-c", "--comment"}, description = "Encrypt comment") @CommandLine.Option(names = {"-c", "--comment"}, description = "Encrypt comment")