From a7008c5a1f9eca19a0fad27faacfb25ff6366f7c Mon Sep 17 00:00:00 2001 From: Udit Vasu Date: Sun, 30 Aug 2020 11:25:21 +0530 Subject: [PATCH] Update CLI run command description --- bin/newman.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')