File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class LS extends ArboristWorkspaceCmd {
3636
3737 /* istanbul ignore next - see test/lib/load-all-commands.js */
3838 static get usage ( ) {
39- return [ 'npm ls [[<@scope>/]<pkg> ...]' ]
39+ return [ '[[<@scope>/]<pkg> ...]' ]
4040 }
4141
4242 /* 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
583583List installed packages
584584
585585Usage:
586- npm ls npm ls [[<@scope>/]<pkg> ...]
586+ npm ls [[<@scope>/]<pkg> ...]
587587
588588Options:
589589[-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:
678678 List installed packages
679679
680680 Usage:
681- npm ls npm ls [[<@scope>/]<pkg> ...]
681+ npm ls [[<@scope>/]<pkg> ...]
682682
683683 Options:
684684 [-a|--all] [--json] [-l|--long] [-p|--parseable] [-g|--global] [--depth <depth>]
You can’t perform that action at this time.
0 commit comments