Skip to content

Commit

Permalink
Update CLI run command description
Browse files Browse the repository at this point in the history
  • Loading branch information
codenirvana committed Aug 30, 2020
1 parent 52b645e commit a7008c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/newman.js
Expand Up @@ -18,7 +18,7 @@ program
// The `run` command allows you to specify a collection to be run with the provided options.
program
.command('run <collection>')
.description('URL or path to a Postman Collection')
.description('Initiate a Postman Collection run from a given URL or path')
.usage('<collection> [options]')
.option('-e, --environment <path>', 'Specify a URL or path to a Postman Environment')
.option('-g, --globals <path>', 'Specify a URL or path to a file containing Postman Globals')
Expand Down

0 comments on commit a7008c5

Please sign in to comment.