Skip to content

Commit

Permalink
Merge pull request #49 from JonDum/patch-1
Browse files Browse the repository at this point in the history
Add 'comma separated' to -p usage for clarity
  • Loading branch information
pahen committed Jan 20, 2015
2 parents dc9acf5 + d1d37ac commit f6c8ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/madge
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ program
.option('-N, --find-nested-dependencies', 'find nested dependencies in AMD modules', false)
.option('-M, --main-require-module', 'name of the primary RequireJS module, if it\'s included with `require()`', '')
.option('-j --json', 'output dependency tree in json')
.option('-p --paths <directory>', 'additional paths to search for dependencies (CJS only)', '')
.option('-p --paths <directory>', 'additional comma separated paths to search for dependencies (CJS only)', '')
.parse(process.argv);

if (!program.args.length && !program.read && !program.requireConfig) {
Expand Down

0 comments on commit f6c8ef4

Please sign in to comment.