Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlad GURDIGA <gurdiga@gmail.com>2021-06-16 12:37:54 +0300
committerGar <gar+gh@danger.computer>2021-06-16 16:45:23 +0300
commit993df3041f5bdaa496c3c8d80f00d16b9cf0a1e6 (patch)
tree6ded1d53fd5a013094fe7e7eb7dbf01175c6d1d2 /tap-snapshots/test
parent102d4e6fb3c3b02148dbeee977a7d1e6372340d5 (diff)
fix(docs): ls command usage instructions
PR-URL: https://github.com/npm/cli/pull/3423 Credit: @gurdiga Close: #3423 Reviewed-by: @ruyadorno
Diffstat (limited to 'tap-snapshots/test')
-rw-r--r--tap-snapshots/test/lib/load-all-commands.js.test.cjs2
-rw-r--r--tap-snapshots/test/lib/utils/npm-usage.js.test.cjs2
2 files changed, 2 insertions, 2 deletions
diff --git a/tap-snapshots/test/lib/load-all-commands.js.test.cjs b/tap-snapshots/test/lib/load-all-commands.js.test.cjs
index 097123d46..ff6a5fb32 100644
--- a/tap-snapshots/test/lib/load-all-commands.js.test.cjs
+++ b/tap-snapshots/test/lib/load-all-commands.js.test.cjs
@@ -583,7 +583,7 @@ npm ls
List installed packages
Usage:
-npm ls npm ls [[<@scope>/]<pkg> ...]
+npm ls [[<@scope>/]<pkg> ...]
Options:
[-a|--all] [--json] [-l|--long] [-p|--parseable] [-g|--global] [--depth <depth>]
diff --git a/tap-snapshots/test/lib/utils/npm-usage.js.test.cjs b/tap-snapshots/test/lib/utils/npm-usage.js.test.cjs
index 54f6c3d2f..e5ae7d827 100644
--- a/tap-snapshots/test/lib/utils/npm-usage.js.test.cjs
+++ b/tap-snapshots/test/lib/utils/npm-usage.js.test.cjs
@@ -678,7 +678,7 @@ All commands:
List installed packages
Usage:
- npm ls npm ls [[<@scope>/]<pkg> ...]
+ npm ls [[<@scope>/]<pkg> ...]
Options:
[-a|--all] [--json] [-l|--long] [-p|--parseable] [-g|--global] [--depth <depth>]