Skip to content

Commit

Permalink
List "es6" format in CLI help
Browse files Browse the repository at this point in the history
  • Loading branch information
neelance committed Oct 19, 2015
1 parent 95faed0 commit d629760
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 @@ -14,7 +14,7 @@ var fs = require('fs'),
program
.version(version)
.usage('[options] <file|dir ...>')
.option('-f, --format <name>', 'format to parse (amd/cjs)', 'cjs')
.option('-f, --format <name>', 'format to parse (amd/cjs/es6)', 'cjs')
.option('-s, --summary', 'show summary of all dependencies')
.option('-c, --circular', 'show circular dependencies')
.option('-d, --depends <id>', 'show modules that depends on the given id')
Expand Down

0 comments on commit d629760

Please sign in to comment.