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>2010-07-05 00:29:03 +0400
committerisaacs <i@izs.me>2010-07-25 05:51:07 +0400
commite937a72f38f359a47977d7e9ade1a2e3bf75fa4a (patch)
tree09b75265e56543ce10f5e371022f13e5becd6c7b /man/test.1
parentc4aea02bfa76b6cb5ac9afd0ecea08b4ff017cd2 (diff)
Update all man pages using new version of ronn
Diffstat (limited to 'man/test.1')
-rw-r--r--man/test.111
1 files changed, 6 insertions, 5 deletions
diff --git a/man/test.1 b/man/test.1
index 46bb2f09d..6dccab4b8 100644
--- a/man/test.1
+++ b/man/test.1
@@ -1,20 +1,21 @@
-.\" generated with Ronn/v0.4.1
-.\" http://github.com/rtomayko/ronn/
+.\" generated with Ronn/v0.7.3
+.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "NPM\-TEST" "1" "May 2010" "" ""
.
.SH "NAME"
-\fBnpm\-test\fR \-\- Test a package
+\fBnpm\-test\fR \- Test a package
.
.SH "SYNOPSIS"
.
.nf
+
npm test <name> [<version>]
.
.fi
.
.SH "DESCRIPTION"
-This runs a package's "test" script, if one was provided.
+This runs a package\'s "test" script, if one was provided\.
.
.P
-If no version is specified, then it tests the "active" version.
+If no version is specified, then it tests the "active" version\.