[java-identity-provider] 02/04: Add help information for -hc and -hs to the install command line
Rod Widdowson
rdw at steadingsoftware.com
Sun May 28 15:05:04 UTC 2023
This is an automated email from the git hooks/post-receive script.
rdw 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=fc04cead6f8537e9b44e17854365d8bfa3eb35d1
commit fc04cead6f8537e9b44e17854365d8bfa3eb35d1
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri May 26 14:00:03 2023 +0100
Add help information for -hc and -hs to the install command line
---
.../java/net/shibboleth/idp/installer/impl/IdPInstallerArguments.java | 2 ++
1 file changed, 2 insertions(+)
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 e2d7501bf..2f4fb955e 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
@@ -134,6 +134,8 @@ public class IdPInstallerArguments extends AbstractCommandLineArguments {
out.println(String.format(" %-22s %s", "-t, --targetDir", "Where to install the IdP or location to update"));
out.println(String.format(" %-22s %s", "--propertyFile", "Property file containing other parameterization"));
out.println(String.format(" %-22s %s", "--noPrompt", "Unattended Install"));
+ 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", "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