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
path: root/doc
diff options
context:
space:
mode:
authorJonah Moses <jonahkmoses@gmail.com>2016-12-07 12:17:58 +0300
committerRebecca Turner <me@re-becca.org>2016-12-13 05:28:43 +0300
commit33ca4e6db3c1878cbc40d5e862ab49bb0e82cfb2 (patch)
treec717c182590f576e75b48ffa605166a519a4bd3b /doc
parent335933a05396258eead139d27eea3f7668ccdfab (diff)
doc: Update `npm cache` docs to use more consistent language
PR_URL: https://github.com/npm/npm/pull/15157 Credit: @JonahMoses Reviewed-By: @watilde Reviewed-By: @iarna
Diffstat (limited to 'doc')
-rw-r--r--doc/cli/npm-cache.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/cli/npm-cache.md b/doc/cli/npm-cache.md
index 03b5902bd..ea8cb1b99 100644
--- a/doc/cli/npm-cache.md
+++ b/doc/cli/npm-cache.md
@@ -11,10 +11,11 @@ npm-cache(1) -- Manipulates packages cache
npm cache ls [<path>]
npm cache clean [<path>]
+ aliases: npm cache clear, npm cache rm
## DESCRIPTION
-Used to add, list, or clear the npm cache folder.
+Used to add, list, or clean the npm cache folder.
* add:
Add the specified package to the local cache. This command is primarily
@@ -29,7 +30,7 @@ Used to add, list, or clear the npm cache folder.
* clean:
Delete data out of the cache folder. If an argument is provided, then
it specifies a subpath to delete. If no argument is provided, then
- the entire cache is cleared.
+ the entire cache is deleted.
## DETAILS