Fix ldapjs-modify CLI argument parsing
This commit is contained in:
parent
8f29f3b68d
commit
c8e52f1e6e
|
@ -32,7 +32,7 @@ var opts = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
names: ['value', 'v'],
|
names: ['value', 'v'],
|
||||||
type: 'string',
|
type: 'arrayOfString',
|
||||||
help: 'Desired value',
|
help: 'Desired value',
|
||||||
helpArg: 'VAL'
|
helpArg: 'VAL'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue