[java-identity-provider] branch main updated: IDP-2473 missing help information
Codeberg
noreply at shibboleth.net
Fri Aug 21 15:41:46 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
https://codeberg.org/Shibboleth/java-identity-provider/commit/5ee675185d1627df8f608c51760eff0af30769ff
The following commit(s) were added to refs/heads/main by this push:
new 5ee675185 IDP-2473 missing help information
5ee675185 is described below
commit 5ee675185d1627df8f608c51760eff0af30769ff
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Aug 21 16:21:30 2026 +0100
IDP-2473 missing help information
https://shibboleth.atlassian.net/browse/IDP-2473
---
.../java/net/shibboleth/idp/installer/impl/IdPInstallerArguments.java | 1 +
.../main/java/net/shibboleth/idp/installer/impl/UpdateIdPArguments.java | 2 +-
2 files changed, 2 insertions(+), 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 82114f0ab..12a6033c2 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
@@ -201,6 +201,7 @@ public class IdPInstallerArguments extends AbstractCommandLineArguments {
out.println(String.format(" %-22s %s", "--propertyFile", "Property file containing other parameterization"));
out.println(String.format(" %-22s %s", "-h, --hostName", "DNS name for the IdP"));
out.println(String.format(" %-22s %s", "-e, --entityID", "Entity ID for the IdP"));
+ out.println(String.format(" %-22s %s", "--scope", "Scope that the IdP will assert"));
out.println(String.format(" %-22s %s", "-kp, --keystorePassword", "Password for the generated KeyStore"));
out.println(String.format(" %-22s %s", "-sp, --sealerPassword", "Password for the generated Data Sealer"));
out.println(String.format(" %-22s %s", "--noPrompt", "Unattended Install"));
diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/UpdateIdPArguments.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/UpdateIdPArguments.java
index c0755ad15..eaba44668 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/UpdateIdPArguments.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/UpdateIdPArguments.java
@@ -236,7 +236,7 @@ public class UpdateIdPArguments extends AbstractIdPHomeAwareCommandLineArguments
out.println();
super.printHelp(out);
out.println();
- out.println("With no options displays the update status of the IdP");
+ out.println("With no other options displays the update status of the IdP");
out.println();
out.println(String.format(" %-22s %s", "-d, --downloadDir <directory>",
"Download the distribution for an available update"));
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list