diff --git a/bin/newman.js b/bin/newman.js index 64f279645..68128eb91 100755 --- a/bin/newman.js +++ b/bin/newman.js @@ -18,7 +18,7 @@ program // The `run` command allows you to specify a collection to be run with the provided options. program .command('run ') - .description('URL or path to a Postman Collection') + .description('Initiate a Postman Collection run from a given URL or path') .usage(' [options]') .option('-e, --environment ', 'Specify a URL or path to a Postman Environment') .option('-g, --globals ', 'Specify a URL or path to a file containing Postman Globals')