Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Dec 12, 2024
1 parent a9e14c7 commit ff2ffe8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ public void displayHelp(ParserRequest request, Consumer<String> printStream) {
printStream.accept("");
// we have no DI here (to discover)
printStream.accept("Goals:");
printStream.accept(" diag - display diagnostic for encryption");
printStream.accept(" init - wizard to set-up encryption (interactive only)");
printStream.accept(" diag - display encryption configuration diagnostic");
printStream.accept(" init - wizard to configure encryption (interactive only)");
printStream.accept(" encrypt - encrypts input");
printStream.accept(" decrypt - decrypt encrypted input");
printStream.accept(" decrypt - decrypts encrypted input");
printStream.accept("");
}

Expand Down

0 comments on commit ff2ffe8

Please sign in to comment.