[java-mvn-enforcer] branch main updated: Typo
Rod Widdowson
rdw at steadingsoftware.com
Sun May 29 14:52:45 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-mvn-enforcer.
View the commit online:
http://git.shibboleth.net/view/?p=java-mvn-enforcer.git;a=commit;h=1546ab24db265b8a999eca74740092b6eae1d747
The following commit(s) were added to refs/heads/main by this push:
new 1546ab2 Typo
1546ab2 is described below
commit 1546ab24db265b8a999eca74740092b6eae1d747
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun May 29 15:52:36 2022 +0100
Typo
---
.../shibboleth/mvn/enforcer/cli/impl/ListKeysCommandLineArguments.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/java/net/shibboleth/mvn/enforcer/cli/impl/ListKeysCommandLineArguments.java b/src/test/java/net/shibboleth/mvn/enforcer/cli/impl/ListKeysCommandLineArguments.java
index a742981..d991c83 100644
--- a/src/test/java/net/shibboleth/mvn/enforcer/cli/impl/ListKeysCommandLineArguments.java
+++ b/src/test/java/net/shibboleth/mvn/enforcer/cli/impl/ListKeysCommandLineArguments.java
@@ -77,7 +77,7 @@ public class ListKeysCommandLineArguments extends AbstractCommandLineArguments {
@Override
public void printHelp(final PrintStream out) {
super.printHelp(out);
- out.println(String.format(" %-20s %s", "--ketRings, -k",
+ out.println(String.format(" %-20s %s", "--keyRings, -k",
"KeyRing directory(s) Required."));
out.println(String.format(" %-20s %s", "--output, -o",
"Output location."));
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list