diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2018-03-07 06:46:32 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2018-03-07 06:46:32 +0800 |
commit | 696f49497b98d3069f1e70d07b4c83414d0bbb99 (patch) | |
tree | ec584ea41e8be116c3e6c387d65af7d7569bff7d /packages/sra-report/src/index.ts | |
parent | ddad09a93639f9060db69d131a52ef8dbaf4a3fe (diff) | |
download | dexon-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.ts | 2 |
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, |