aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-rebuild.1
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man1/npm-rebuild.1')
-rw-r--r--deps/npm/man/man1/npm-rebuild.14
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/man/man1/npm-rebuild.1 b/deps/npm/man/man1/npm-rebuild.1
index d3c1c615bb..7e890d50b5 100644
--- a/deps/npm/man/man1/npm-rebuild.1
+++ b/deps/npm/man/man1/npm-rebuild.1
@@ -11,13 +11,13 @@ npm rb [<name> [<name> \.\.\.]]
.RE
.RS 0
.IP \(bu 2
-\fB<name>\fR:
+\fB<name>\fP:
The package to rebuild
.RE
.SH DESCRIPTION
.P
-This command runs the \fBnpm build\fR command on the matched folders\. This is useful
+This command runs the \fBnpm build\fP command on the matched folders\. This is useful
when you install a new version of node, and must recompile all your C++ addons with
the new binary\.
.SH SEE ALSO