File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class LS extends ArboristWorkspaceCmd {
36
36
37
37
/* istanbul ignore next - see test/lib/load-all-commands.js */
38
38
static get usage ( ) {
39
- return [ 'npm ls [[<@scope>/]<pkg> ...]' ]
39
+ return [ '[[<@scope>/]<pkg> ...]' ]
40
40
}
41
41
42
42
/* istanbul ignore next - see test/lib/load-all-commands.js */
Original file line number Diff line number Diff line change @@ -583,7 +583,7 @@ npm ls
583
583
List installed packages
584
584
585
585
Usage:
586
- npm ls npm ls [[<@scope>/]<pkg> ...]
586
+ npm ls [[<@scope>/]<pkg> ...]
587
587
588
588
Options:
589
589
[-a|--all] [--json] [-l|--long] [-p|--parseable] [-g|--global] [--depth <depth>]
Original file line number Diff line number Diff line change @@ -678,7 +678,7 @@ All commands:
678
678
List installed packages
679
679
680
680
Usage:
681
- npm ls npm ls [[<@scope>/]<pkg> ...]
681
+ npm ls [[<@scope>/]<pkg> ...]
682
682
683
683
Options:
684
684
[-a|--all] [--json] [-l|--long] [-p|--parseable] [-g|--global] [--depth <depth>]
You can’t perform that action at this time.
0 commit comments