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
path: root/man
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-08-18 21:30:52 +0400
committerisaacs <i@izs.me>2010-08-18 21:30:52 +0400
commit3bd5fb77a73fed9fc6b9382ac5c1936782d5b5a8 (patch)
tree727b7249f7fe7315d44483f75c648fccae1ba7d9 /man
parent68b7fd07594cd811fbfbf88f9e98087edd07580c (diff)
Fix ls doc to remove spurious @ signs. Fix #183
Diffstat (limited to 'man')
-rw-r--r--man/list.16
-rw-r--r--man/ls.16
2 files changed, 6 insertions, 6 deletions
diff --git a/man/list.1 b/man/list.1
index 36672607b..236510380 100644
--- a/man/list.1
+++ b/man/list.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "NPM\-LIST" "1" "June 2010" "" ""
+.TH "NPM\-LIST" "1" "August 2010" "" ""
.
.SH "NAME"
\fBnpm\-list\fR \- List installed packages
@@ -25,7 +25,7 @@ To filter a single package or state, you can provide words to filter on and high
.
.nf
-npm ls @stable
+npm ls stable
.
.fi
.
@@ -38,7 +38,7 @@ Another common usage is to find the set of all packages that are installed\. Thi
.
.nf
-npm ls @installed
+npm ls installed
.
.fi
.
diff --git a/man/ls.1 b/man/ls.1
index 36672607b..236510380 100644
--- a/man/ls.1
+++ b/man/ls.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "NPM\-LIST" "1" "June 2010" "" ""
+.TH "NPM\-LIST" "1" "August 2010" "" ""
.
.SH "NAME"
\fBnpm\-list\fR \- List installed packages
@@ -25,7 +25,7 @@ To filter a single package or state, you can provide words to filter on and high
.
.nf
-npm ls @stable
+npm ls stable
.
.fi
.
@@ -38,7 +38,7 @@ Another common usage is to find the set of all packages that are installed\. Thi
.
.nf
-npm ls @installed
+npm ls installed
.
.fi
.