Skip to content

Commit

Permalink
path -> dir
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger committed Apr 17, 2019
1 parent 6855cba commit bc7780a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ commander
.option('-d, --dev', 'Analyse developement bundle')
.option('-j, --json', 'Output JSON')
.option(
'-o, --output [path]',
'Specify output path',
'-o, --output [dir]',
'Specify output dir',
path.join(__dirname, '..')
)
.parse(process.argv);
Expand Down

0 comments on commit bc7780a

Please sign in to comment.