Skip to content

Commit 52a4ff3

Browse files
committed
Update URL command
change index to indices to better indicate multiple indices can be provided
1 parent 26776ff commit 52a4ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/url.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function _processFinished(count, max) {
128128

129129

130130
module.exports = {
131-
command: 'url [index...]',
131+
command: 'url [indices...]',
132132
options: [
133133
{
134134
option: "-o, --open",

0 commit comments

Comments
 (0)