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-06-01 02:42:32 +0400
committerisaacs <i@izs.me>2011-06-01 02:42:32 +0400
commited55a41b801534f412ffa2b47048053e9685aa56 (patch)
treeb165ecff590c7925c25521db98f14606977c7774
parentc3aef1423144aed6c77b0fcc019d634522f5cd04 (diff)
s/ls/search/ in help json
-rw-r--r--doc/json.md4
-rw-r--r--man1/json.14
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/json.md b/doc/json.md
index 31db4110a..2a7b10eb7 100644
--- a/doc/json.md
+++ b/doc/json.md
@@ -79,12 +79,12 @@ a patch version.
## description
Put a description in it. It's a string. This helps people discover your
-package, as it's listed in `npm ls`.
+package, as it's listed in `npm search`.
## keywords
Put keywords in it. It's an array of strings. This helps people
-discover your package as it's listed in `npm ls`.
+discover your package as it's listed in `npm search`.
## homepage
diff --git a/man1/json.1 b/man1/json.1
index 310836f3a..e0ceec1c9 100644
--- a/man1/json.1
+++ b/man1/json.1
@@ -105,11 +105,11 @@ a patch version\.
.
.SH "description"
Put a description in it\. It\'s a string\. This helps people discover your
-package, as it\'s listed in \fBnpm ls\fR\|\.
+package, as it\'s listed in \fBnpm search\fR\|\.
.
.SH "keywords"
Put keywords in it\. It\'s an array of strings\. This helps people
-discover your package as it\'s listed in \fBnpm ls\fR\|\.
+discover your package as it\'s listed in \fBnpm search\fR\|\.
.
.SH "homepage"
The url to the project homepage\.