[java-identity-provider] branch main updated: Typo in help string.
Scott Cantor
cantor.2 at osu.edu
Tue Apr 16 15:41:46 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=0e3013654d79fc5ec9b32f1525ac3caf5921d0d9
The following commit(s) were added to refs/heads/main by this push:
new 0e3013654 Typo in help string.
0e3013654 is described below
commit 0e3013654d79fc5ec9b32f1525ac3caf5921d0d9
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