summaryrefslogtreecommitdiff
path: root/deps/npm/man/man3/npm-tag.3
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man3/npm-tag.3')
-rw-r--r--deps/npm/man/man3/npm-tag.36
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/npm/man/man3/npm-tag.3 b/deps/npm/man/man3/npm-tag.3
index c60b49fc8..5c3f35583 100644
--- a/deps/npm/man/man3/npm-tag.3
+++ b/deps/npm/man/man3/npm-tag.3
@@ -1,4 +1,4 @@
-.TH "NPM\-TAG" "3" "June 2015" "" ""
+.TH "NPM\-TAG" "3" "August 2015" "" ""
.SH "NAME"
\fBnpm-tag\fR \- Tag a published version
.SH SYNOPSIS
@@ -11,7 +11,7 @@ npm\.commands\.tag(package@version, tag, callback)
.SH DESCRIPTION
.P
Tags the specified version of the package with the specified tag, or the
-\fB\-\-tag\fR config if not specified\.
+\fB\-\-tag\fP config if not specified\.
.P
The 'package@version' is an array of strings, but only the first two elements are
currently used\.
@@ -23,5 +23,5 @@ specific version)\.
The second element is the name of the tag to tag this version with\. If this
parameter is missing or falsey (empty), the default from the config will be
used\. For more information about how to set this config, check
-\fBman 3 npm\-config\fR for programmatic usage or \fBman npm\-config\fR for cli usage\.
+\fBman 3 npm\-config\fP for programmatic usage or \fBman npm\-config\fP for cli usage\.