summaryrefslogtreecommitdiff
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.19
1 files changed, 5 insertions, 4 deletions
diff --git a/deps/npm/man/man1/npm-rebuild.1 b/deps/npm/man/man1/npm-rebuild.1
index 8d6d90b10f..f4e4c56118 100644
--- a/deps/npm/man/man1/npm-rebuild.1
+++ b/deps/npm/man/man1/npm-rebuild.1
@@ -5,7 +5,7 @@
.P
.RS 2
.nf
-npm rebuild [[<@scope>/]<name>[@<version>] \.\.\.]
+npm rebuild [<package\-spec>] \.\.\.]
alias: rb
.fi
@@ -18,9 +18,8 @@ C++ addons with the new binary\. It is also useful when installing with
\fB\-\-ignore\-scripts\fP and \fB\-\-no\-bin\-links\fP, to explicitly choose which
packages to build and/or link bins\.
.P
-If one or more package names (and optionally version ranges) are provided,
-then only packages with a name and version matching one of the specifiers
-will be rebuilt\.
+If one or more package specs are provided, then only packages with a
+name and version matching one of the specifiers will be rebuilt\.
.SS Configuration
.SS \fBglobal\fP
.RS 0
@@ -174,6 +173,8 @@ symlink\. This option has no effect on workspaces\.
.SS See Also
.RS 0
.IP \(bu 2
+npm help package spec
+.IP \(bu 2
npm help install
.RE