diff options
Diffstat (limited to 'deps/npm/man/man1/npm-cache.1')
-rw-r--r-- | deps/npm/man/man1/npm-cache.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/npm/man/man1/npm-cache.1 b/deps/npm/man/man1/npm-cache.1 index 5a99d11a24..c49015ae6e 100644 --- a/deps/npm/man/man1/npm-cache.1 +++ b/deps/npm/man/man1/npm-cache.1 @@ -1,10 +1,10 @@ -.TH "NPM\-CACHE" "1" "September 2014" "" "" +.TH "NPM\-CACHE" "1" "October 2014" "" "" .SH "NAME" \fBnpm-cache\fR \- Manipulates packages cache .SH SYNOPSIS .P .RS 2 -.EX +.nf npm cache add <tarball file> npm cache add <folder> npm cache add <tarball url> @@ -13,7 +13,7 @@ npm cache add <name>@<version> npm cache ls [<path>] npm cache clean [<path>] -.EE +.fi .RE .SH DESCRIPTION .P |