[java-identity-provider] branch main updated: Fix help string for option.

Codeberg noreply at shibboleth.net
Wed Jun 17 12:46:04 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/932e02b132a67babcf8f777bd01eade7c75893cd

The following commit(s) were added to refs/heads/main by this push:
     new 932e02b13 Fix help string for option.
932e02b13 is described below

commit 932e02b132a67babcf8f777bd01eade7c75893cd
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Wed Jun 17 08:45:50 2026 -0400

    Fix help string for option.
---
 .../main/java/net/shibboleth/idp/installer/impl/UpdateIdPArguments.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 43015ae42..c0755ad15 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
@@ -240,7 +240,7 @@ public class UpdateIdPArguments extends AbstractIdPHomeAwareCommandLineArguments
         out.println();
         out.println(String.format("  %-22s %s", "-d, --downloadDir <directory>",
                 "Download the distribution for an available update"));
-        out.println(String.format("  %-22s %s", "-fd, --force-download <file>",
+        out.println(String.format("  %-22s %s", "-fd, --force-download <version>",
                 "Specify the version to be downloaded by -d"));
         out.println();
         out.println(String.format("  %-22s %s", "-l, --list", "list all available versions"));

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list