[java-identity-provider COMMIT] /trunk/idp-core/src/main/java/net/shibboleth/idp/cli/ResolverTestArguments.java

noreply at shibboleth.net noreply at shibboleth.net
Sat Jan 31 18:15:22 EST 2015


Author: scantor
Date: Sat Jan 31 18:15:22 2015
New Revision: 7300

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7300&view=rev
Log:
Clean up help display of arguments - remove accidental dup.

Modified:
    trunk/idp-core/src/main/java/net/shibboleth/idp/cli/ResolverTestArguments.java

Modified: trunk/idp-core/src/main/java/net/shibboleth/idp/cli/ResolverTestArguments.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-core/src/main/java/net/shibboleth/idp/cli/ResolverTestArguments.java?rev=7300&r1=7299&r2=7300&view=diff
==============================================================================
--- trunk/idp-core/src/main/java/net/shibboleth/idp/cli/ResolverTestArguments.java (original)
+++ trunk/idp-core/src/main/java/net/shibboleth/idp/cli/ResolverTestArguments.java Sat Jan 31 18:15:22 2015
@@ -41,7 +41,7 @@
     @Nullable private Integer index;
 
     /** Show results with a custom protocol encoding.  */
-    @Parameter(names = {"-p", "--protocol"}, description = "Show results with a custom protocol encoding")
+    @Parameter(names = {"--protocol"}, description = "Show results with a custom protocol encoding")
     @Nullable private String protocol;
 
     /** Show results with SAML 1.1 encoding. */



More information about the commits mailing list