[java-identity-provider] branch main updated: Fix Help information

Rod Widdowson rdw at steadingsoftware.com
Sat Jun 17 13:49:02 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=6b50cbc5e4518bf0bd610df40f84c0157548cfef

The following commit(s) were added to refs/heads/main by this push:
     new 6b50cbc5e Fix Help information
6b50cbc5e is described below

commit 6b50cbc5e4518bf0bd610df40f84c0157548cfef
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Jun 15 11:25:36 2023 +0100

    Fix Help information
---
 .../java/net/shibboleth/idp/installer/impl/IdPInstallerArguments.java   | 2 +-
 .../shibboleth/idp/installer/plugin/impl/PluginInstallerArguments.java  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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 c2dd8861e..18b8928f2 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
@@ -191,7 +191,7 @@ public class IdPInstallerArguments extends AbstractCommandLineArguments {
         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", "-kp, --keystorePassword", "Password for the generated KeyStore"));
-        out.println(String.format("  %-22s %s", "-sp, --slearePassword", "Password for the generated Data Sealer"));
+        out.println(String.format("  %-22s %s", "-sp, --sealerPassword", "Password for the generated Data Sealer"));
         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"));
diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerArguments.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerArguments.java
index 2f933cc90..bd4a05962 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerArguments.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerArguments.java
@@ -381,7 +381,7 @@ public class PluginInstallerArguments extends AbstractIdPHomeAwareCommandLineArg
         out.println(String.format("  %-22s %s", "-L, --list-available", "List plugins available to download."));
         out.println(String.format("  %-22s %s", "-cl, --contents-list", "Details of what was installed"));
         out.println(String.format("  %-22s %s", "-i, --input <what>", "Install (file name or web address)"));
-        out.println(String.format("  %-22s %s", "-I, ----install-ID <what>",
+        out.println(String.format("  %-22s %s", "-I, --install-ID <what>",
                 "Install PluginID (must be available at download URL)"));
         out.println(String.format("  %-22s %s", "--noCheck", "Do not check the version"));
         out.println(String.format("  %-22s %s", "-u, --update <PluginId>", "update"));

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


More information about the commits mailing list