summaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-cache.1
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@hotmail.com>2021-05-10 17:31:02 -0400
committerRuy Adorno <ruyadorno@hotmail.com>2021-05-12 14:20:21 -0400
commitaefc621e67e7b39874d0da0b75c3a43d647b59c1 (patch)
tree2ad74925b56f3e2c0fe9536801d0f44eac963828 /deps/npm/man/man1/npm-cache.1
parent89f592cc82cd5c71d0e2389b75c1d36bbcd83c51 (diff)
downloadnode-new-aefc621e67e7b39874d0da0b75c3a43d647b59c1.tar.gz
deps: upgrade npm to 7.12.1
PR-URL: https://github.com/nodejs/node/pull/38628 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Diffstat (limited to 'deps/npm/man/man1/npm-cache.1')
-rw-r--r--deps/npm/man/man1/npm-cache.112
1 files changed, 6 insertions, 6 deletions
diff --git a/deps/npm/man/man1/npm-cache.1 b/deps/npm/man/man1/npm-cache.1
index 08913baa63..25b9d0d791 100644
--- a/deps/npm/man/man1/npm-cache.1
+++ b/deps/npm/man/man1/npm-cache.1
@@ -1,14 +1,14 @@
-.TH "NPM\-CACHE" "1" "April 2021" "" ""
+.TH "NPM\-CACHE" "1" "May 2021" "" ""
.SH "NAME"
\fBnpm-cache\fR \- Manipulates packages cache
.SS Synopsis
.P
.RS 2
.nf
-npm cache add <tarball file>
-npm cache add <folder>
-npm cache add <tarball url>
-npm cache add <name>@<version>
+npm cache add <tarball file>\.\.\.
+npm cache add <folder>\.\.\.
+npm cache add <tarball url>\.\.\.
+npm cache add <name>@<version>\.\.\.
npm cache clean
aliases: npm cache clear, npm cache rm
@@ -24,7 +24,7 @@ Used to add, list, or clean the npm cache folder\.
.RS 0
.IP \(bu 2
add:
-Add the specified package to the local cache\. This command is primarily
+Add the specified packages to the local cache\. This command is primarily
intended to be used internally by npm, but it can provide a way to
add data to the local installation cache explicitly\.
.IP \(bu 2