From d629760e51c610c5a882acefffa1e3353989995a Mon Sep 17 00:00:00 2001 From: Richard Musiol Date: Mon, 19 Oct 2015 13:30:31 +0200 Subject: [PATCH] List "es6" format in CLI help --- bin/madge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/madge b/bin/madge index 04ebaeb2..98c64417 100755 --- a/bin/madge +++ b/bin/madge @@ -14,7 +14,7 @@ var fs = require('fs'), program .version(version) .usage('[options] ') - .option('-f, --format ', 'format to parse (amd/cjs)', 'cjs') + .option('-f, --format ', 'format to parse (amd/cjs/es6)', 'cjs') .option('-s, --summary', 'show summary of all dependencies') .option('-c, --circular', 'show circular dependencies') .option('-d, --depends ', 'show modules that depends on the given id')