[java-identity-provider] branch main updated: Add missing parenthesis.
Scott Cantor
cantor.2 at osu.edu
Wed Mar 2 13:49:30 UTC 2022
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=587a589d6e6f7993cfa5925546375ba53a3bcc9a
The following commit(s) were added to refs/heads/main by this push:
new 587a589d6 Add missing parenthesis.
587a589d6 is described below
commit 587a589d6e6f7993cfa5925546375ba53a3bcc9a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Mar 2 08:49:26 2022 -0500
Add missing parenthesis.
---
.../shibboleth/idp/installer/plugin/impl/PluginInstallerArguments.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 408ccc44a..75715c341 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
@@ -383,7 +383,7 @@ public class PluginInstallerArguments extends AbstractIdPHomeAwareCommandLineArg
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>",
- "Install PluginID (must be available at download URL"));
+ "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"));
out.println(String.format(" %-22s %s", "--noRebuild", "do NOT rebuild war"));
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list