aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/doc/cli/npm-dist-tag.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/cli/npm-dist-tag.md')
-rw-r--r--deps/npm/doc/cli/npm-dist-tag.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/deps/npm/doc/cli/npm-dist-tag.md b/deps/npm/doc/cli/npm-dist-tag.md
index 8b4c170dde..14ce2d3f52 100644
--- a/deps/npm/doc/cli/npm-dist-tag.md
+++ b/deps/npm/doc/cli/npm-dist-tag.md
@@ -15,7 +15,9 @@ Add, remove, and enumerate distribution tags on a package:
* add:
Tags the specified version of the package with the specified tag, or the
- `--tag` config if not specified.
+ `--tag` config if not specified. The tag you're adding is `latest` and you
+ have two-factor authentication on auth-and-writes then you'll need to include
+ an otp on the command line with `--otp`.
* rm:
Clear a tag that is no longer in use from the package.