aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-pack.1
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man1/npm-pack.1')
-rw-r--r--deps/npm/man/man1/npm-pack.17
1 files changed, 5 insertions, 2 deletions
diff --git a/deps/npm/man/man1/npm-pack.1 b/deps/npm/man/man1/npm-pack.1
index 2d3cab509c..b13ca0cbac 100644
--- a/deps/npm/man/man1/npm-pack.1
+++ b/deps/npm/man/man1/npm-pack.1
@@ -1,11 +1,11 @@
-.TH "NPM\-PACK" "1" "July 2018" "" ""
+.TH "NPM\-PACK" "1" "August 2018" "" ""
.SH "NAME"
\fBnpm-pack\fR \- Create a tarball from a package
.SH SYNOPSIS
.P
.RS 2
.nf
-npm pack [[<@scope>/]<pkg>\.\.\.]
+npm pack [[<@scope>/]<pkg>\.\.\.] [\-\-dry\-run]
.fi
.RE
.SH DESCRIPTION
@@ -20,6 +20,9 @@ If the same package is specified multiple times, then the file will be
overwritten the second time\.
.P
If no arguments are supplied, then npm packs the current package folder\.
+.P
+The \fB\-\-dry\-run\fP argument will do everything that pack usually does without
+actually packing anything\. Reports on what would have gone into the tarball\.
.SH SEE ALSO
.RS 0
.IP \(bu 2