From bc7780a29140cd6749ceaceb5c5c40a5ac07a31f Mon Sep 17 00:00:00 2001 From: Jonny Burger Date: Wed, 17 Apr 2019 11:24:29 +0200 Subject: [PATCH] path -> dir --- src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 339b922..1dbec07 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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);