Fix ldapjs-modify CLI argument parsing

This commit is contained in:
Patrick Mooney 2014-07-01 16:05:13 -05:00
parent 8f29f3b68d
commit c8e52f1e6e
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ var opts = [
},
{
names: ['value', 'v'],
type: 'string',
type: 'arrayOfString',
help: 'Desired value',
helpArg: 'VAL'
},