From 4b97c3addb246274cd7e8432edd537e0bdf60b63 Mon Sep 17 00:00:00 2001 From: Ruy Adorno Date: Tue, 5 Nov 2019 14:55:08 -0500 Subject: deps: update npm to 6.13.0 PR-URL: https://github.com/nodejs/node/pull/30271 Reviewed-By: Jiawen Geng Reviewed-By: Trivikram Kamat Reviewed-By: Ruben Bridgewater --- deps/npm/man/man1/npm-logout.1 | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) (limited to 'deps/npm/man/man1/npm-logout.1') diff --git a/deps/npm/man/man1/npm-logout.1 b/deps/npm/man/man1/npm-logout.1 index 5de250d38d..27e9b73293 100644 --- a/deps/npm/man/man1/npm-logout.1 +++ b/deps/npm/man/man1/npm-logout.1 @@ -1,14 +1,15 @@ -.TH "NPM\-LOGOUT" "1" "October 2019" "" "" +.TH "NPM\-LOGOUT" "" "November 2019" "" "" .SH "NAME" -\fBnpm-logout\fR \- Log out of the registry -.SH SYNOPSIS +\fBnpm-logout\fR +.SH Log out of the registry +.SS Synopsis .P .RS 2 .nf npm logout [\-\-registry=] [\-\-scope=<@scope>] .fi .RE -.SH DESCRIPTION +.SS Description .P When logged into a registry that supports token\-based authentication, tell the server to end this token's session\. This will invalidate the token everywhere @@ -20,7 +21,7 @@ the current environment\. .P If \fB\-\-scope\fP is provided, this will find the credentials for the registry connected to that scope, if set\. -.SH CONFIGURATION +.SS Configuration .SS registry .P Default: https://registry\.npmjs\.org/ @@ -31,27 +32,22 @@ it takes precedence\. .P Default: The scope of your current project, if any, otherwise none\. .P -If specified, you will be logged out of the specified scope\. See npm help 7 \fBnpm\-scope\fP\|\. +If specified, you will be logged out of the specified scope\. See \fBnpm\-scope\fP \fInpm\-scope\fR\|\. .P .RS 2 .nf npm logout \-\-scope=@myco .fi .RE -.SH SEE ALSO +.SS See Also .RS 0 .IP \(bu 2 -npm help adduser +npm help npm\-adduser .IP \(bu 2 -npm help 7 registry +npm help registry .IP \(bu 2 -npm help config +npm help npm\-config .IP \(bu 2 -npm help 7 config -.IP \(bu 2 -npm help 5 npmrc -.IP \(bu 2 -npm help whoami +npm help npm\-whoami .RE - -- cgit v1.2.3