[java-identity-provider] 02/13: Typo in help string.
Scott Cantor
cantor.2 at osu.edu
Thu Jul 25 18:22:25 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-5.1
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=2d6b3c73089b910b43e549e8375db2165eecda27
commit 2d6b3c73089b910b43e549e8375db2165eecda27
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Apr 16 11:41:42 2024 -0400
Typo in help string.
---
.../java/net/shibboleth/idp/installer/impl/IdPInstallerArguments.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/IdPInstallerArguments.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/IdPInstallerArguments.java
index bc0c01521..6630d0b53 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/IdPInstallerArguments.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/IdPInstallerArguments.java
@@ -195,7 +195,7 @@ public class IdPInstallerArguments extends AbstractCommandLineArguments {
out.println(String.format(" %-22s %s", "-hc, --http-client",
"Bean name for an http client (for Module and Plugin Operations"));
- out.println(String.format(" %-22s %s", "-hs, --http-securityt",
+ out.println(String.format(" %-22s %s", "-hs, --http-security",
"Bean name for http security parameters (for Module and Plugin Operations"));
out.println();
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list