From 52a4ff3ff886a48d75a8c3f73303e7f937ad0635 Mon Sep 17 00:00:00 2001 From: David Waring Date: Wed, 9 Jan 2019 18:23:03 -0500 Subject: [PATCH] Update URL command change index to indices to better indicate multiple indices can be provided --- src/cmd/url.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/url.js b/src/cmd/url.js index 24c575d..07a8bdb 100644 --- a/src/cmd/url.js +++ b/src/cmd/url.js @@ -128,7 +128,7 @@ function _processFinished(count, max) { module.exports = { - command: 'url [index...]', + command: 'url [indices...]', options: [ { option: "-o, --open",