aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sra-report/src/index.ts
diff options
context:
space:
mode:
authorBrandon Millman <brandon.millman@gmail.com>2018-03-07 06:46:32 +0800
committerBrandon Millman <brandon.millman@gmail.com>2018-03-07 06:46:32 +0800
commit696f49497b98d3069f1e70d07b4c83414d0bbb99 (patch)
treeec584ea41e8be116c3e6c387d65af7d7569bff7d /packages/sra-report/src/index.ts
parentddad09a93639f9060db69d131a52ef8dbaf4a3fe (diff)
downloaddexon-sol-tools-696f49497b98d3069f1e70d07b4c83414d0bbb99.tar
dexon-sol-tools-696f49497b98d3069f1e70d07b4c83414d0bbb99.tar.gz
dexon-sol-tools-696f49497b98d3069f1e70d07b4c83414d0bbb99.tar.bz2
dexon-sol-tools-696f49497b98d3069f1e70d07b4c83414d0bbb99.tar.lz
dexon-sol-tools-696f49497b98d3069f1e70d07b4c83414d0bbb99.tar.xz
dexon-sol-tools-696f49497b98d3069f1e70d07b4c83414d0bbb99.tar.zst
dexon-sol-tools-696f49497b98d3069f1e70d07b4c83414d0bbb99.zip
Flesh out README
Diffstat (limited to 'packages/sra-report/src/index.ts')
-rw-r--r--packages/sra-report/src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sra-report/src/index.ts b/packages/sra-report/src/index.ts
index d292f15e1..83fb25d6c 100644
--- a/packages/sra-report/src/index.ts
+++ b/packages/sra-report/src/index.ts
@@ -39,7 +39,7 @@ const args = yargs
})
.option('environment', {
alias: ['env'],
- describe: 'File path to an environment file for the collection run',
+ describe: 'The relative path to a postman environment file for the collection run',
type: 'string',
normalize: true,
demandOption: false,