[java-identity-provider] branch main updated: Change shortcut to -P to avoid conflict.

Scott Cantor cantor.2 at osu.edu
Wed Jun 28 14:16:09 UTC 2023


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=cb0e207ddc357859d7d057a1a4fdfe8485d363e0

The following commit(s) were added to refs/heads/main by this push:
     new cb0e207dd Change shortcut to -P to avoid conflict.
cb0e207dd is described below

commit cb0e207ddc357859d7d057a1a4fdfe8485d363e0
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jun 28 10:16:05 2023 -0400

    Change shortcut to -P to avoid conflict.
---
 idp-cli/src/main/java/net/shibboleth/idp/cli/DumpConfigArguments.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-cli/src/main/java/net/shibboleth/idp/cli/DumpConfigArguments.java b/idp-cli/src/main/java/net/shibboleth/idp/cli/DumpConfigArguments.java
index 3709a7de6..512a4b569 100644
--- a/idp-cli/src/main/java/net/shibboleth/idp/cli/DumpConfigArguments.java
+++ b/idp-cli/src/main/java/net/shibboleth/idp/cli/DumpConfigArguments.java
@@ -33,7 +33,7 @@ public class DumpConfigArguments extends AbstractCommandLineArguments {
     @Nullable private String requester;
 
     /** Index into metadata.  */
-    @Parameter(names = {"-p", "--profile"}, description = "Profile identifier")
+    @Parameter(names = {"-P", "--profile"}, description = "Profile identifier")
     @Nullable private String profile;
 
     /** Exact protocol for metadata lookup.  */

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


More information about the commits mailing list