Rename the "--saslOptions" argument in many of the LDAP tools to be
"--saslOption", since each occurrence only specifies a single option.
OpenDS Issue Number: 1008
| | |
| | | MSGID_DESCRIPTION_USE_SASL_EXTERNAL); |
| | | argParser.addArgument(saslExternal); |
| | | |
| | | saslOptions = new StringArgument("saslOptions", 'o', "saslOptions", false, |
| | | saslOptions = new StringArgument("saslOption", 'o', "saslOption", false, |
| | | true, true, "{name=value}", null, null, |
| | | MSGID_DESCRIPTION_SASL_PROPERTIES); |
| | | argParser.addArgument(saslOptions); |
| | |
| | | MSGID_DESCRIPTION_USE_SASL_EXTERNAL); |
| | | argParser.addArgument(saslExternal); |
| | | |
| | | saslOptions = new StringArgument("saslOptions", 'o', "saslOptions", |
| | | saslOptions = new StringArgument("saslOption", 'o', "saslOption", |
| | | false, true, true, "{name=value}", null, |
| | | null, MSGID_DESCRIPTION_SASL_PROPERTIES); |
| | | argParser.addArgument(saslOptions); |
| | |
| | | MSGID_DESCRIPTION_USE_SASL_EXTERNAL); |
| | | argParser.addArgument(saslExternal); |
| | | |
| | | saslOptions = new StringArgument("saslOptions", 'o', "saslOptions", false, |
| | | saslOptions = new StringArgument("saslOption", 'o', "saslOption", false, |
| | | true, true, "{name=value}", null, null, |
| | | MSGID_DESCRIPTION_SASL_PROPERTIES); |
| | | argParser.addArgument(saslOptions); |
| | |
| | | MSGID_DESCRIPTION_USE_SASL_EXTERNAL); |
| | | argParser.addArgument(saslExternal); |
| | | |
| | | saslOptions = new StringArgument("saslOptions", 'o', "saslOptions", false, |
| | | saslOptions = new StringArgument("saslOption", 'o', "saslOption", false, |
| | | true, true, "{name=value}", null, null, |
| | | MSGID_DESCRIPTION_SASL_PROPERTIES); |
| | | argParser.addArgument(saslOptions); |