aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sra-report/src/index.ts
diff options
context:
space:
mode:
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,