[java-identity-provider] branch main updated: IDP-1944 - module.sh -u option does not work

Scott Cantor cantor.2 at osu.edu
Mon Apr 25 15:59:50 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=e4036ac81feb458a6e9a74384638ae2143012c0a

The following commit(s) were added to refs/heads/main by this push:
     new e4036ac81 IDP-1944 - module.sh -u option does not work
e4036ac81 is described below

commit e4036ac81feb458a6e9a74384638ae2143012c0a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Apr 25 11:59:46 2022 -0400

    IDP-1944 - module.sh -u option does not work
    
    https://shibboleth.atlassian.net/browse/IDP-1944
    
    Fixed help output.
---
 .../java/net/shibboleth/idp/module/impl/ModuleManagerArguments.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-admin-impl/src/main/java/net/shibboleth/idp/module/impl/ModuleManagerArguments.java b/idp-admin-impl/src/main/java/net/shibboleth/idp/module/impl/ModuleManagerArguments.java
index 05b94a58f..9c3435769 100644
--- a/idp-admin-impl/src/main/java/net/shibboleth/idp/module/impl/ModuleManagerArguments.java
+++ b/idp-admin-impl/src/main/java/net/shibboleth/idp/module/impl/ModuleManagerArguments.java
@@ -165,7 +165,7 @@ public class ModuleManagerArguments extends AbstractIdPHomeAwareCommandLineArgum
                 "Test specific module(s) for enablement"));
         out.println(String.format("  %-22s %s", "-e, --enable <id>[,<id>]",
                 "Enable module(s)"));
-        out.println(String.format("  %-22s %s", "-u, --disable <id>[,<id>]",
+        out.println(String.format("  %-22s %s", "-d, --disable <id>[,<id>]",
                 "Disable module(s)"));
         out.println(String.format("  %-22s %s", "-f, --clean",
                 "Clean disabled files instead of preserving them"));

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


More information about the commits mailing list