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:
authorisaacs <i@izs.me>2011-05-03 01:01:39 +0400
committerisaacs <i@izs.me>2011-05-03 01:01:39 +0400
commit88d23d9bb96cb8f6b57af53eba9ac1432dd46465 (patch)
tree0dba3cd07ace74f9828942008807d179658ee10c
parentf2bf53bdc2b55b9f34f7ab8288f8ad6526a369b3 (diff)
be more explicit about the sorts of args list can take
-rw-r--r--doc/list.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/list.md b/doc/list.md
index f802bb469..527e63363 100644
--- a/doc/list.md
+++ b/doc/list.md
@@ -13,7 +13,8 @@ npm-ls(1) -- List installed packages
This command will print to stdout all the versions of packages that are
installed, as well as their dependencies, in a tree-structure.
-It does not take arguments.
+It does not take positional arguments, though you may set config flags
+like with any other command, such as `-g` to list global packages.
It will print out extraneous, missing, and invalid packages.