feature-issue-2 #3

Merged
hatter merged 3 commits from feature-issue-2 into master 2022-04-03 00:05:12 +08:00
Showing only changes of commit 0a12ac717c - Show all commits

View File

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