[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 16:13:31 EST 2015


Author: scantor
Date: Sat Jan 31 16:13:31 2015
New Revision: 7295

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

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=7295&r1=7294&r2=7295&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 16:13:31 2015
@@ -41,15 +41,15 @@
     @Nullable private Integer index;
 
     /** Show results with a custom protocol encoding.  */
-    @Parameter(names = "--protocol", description = "Show results with a custom protocol encoding")
+    @Parameter(names = {"-p", "--protocol"}, description = "Show results with a custom protocol encoding")
     @Nullable private String protocol;
 
     /** Show results with SAML 1.1 encoding. */
-    @Parameter(names = "--saml1", description = "Show results with SAML 1.1 encoding")
+    @Parameter(names = {"--saml1"}, description = "Show results with SAML 1.1 encoding")
     private boolean saml1;
 
     /** Show results with SAML 2.0 encoding. */
-    @Parameter(names = "--saml2", description = "Show results with SAML 2.0 encoding")
+    @Parameter(names = {"--saml2"}, description = "Show results with SAML 2.0 encoding")
     private boolean saml2;
 
     /**



More information about the commits mailing list