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:
authorNeil Kistner <neil.kistner@gmail.com>2016-02-04 19:56:42 +0300
committerRebecca Turner <me@re-becca.org>2016-02-19 01:22:03 +0300
commitb78b30171038ab737eff0b070281277e35af25b4 (patch)
tree8db14bb4e38f73e9dba3e7a40368394fda321b80 /doc
parent649e28f50aa323e75202eeedb824434535a0a4a0 (diff)
doc: Remove confusing ref of adduser
Credit: @wyze PR-URL: https://github.com/npm/npm/pull/11416 Reviewed-By: @zkat
Diffstat (limited to 'doc')
-rw-r--r--doc/cli/npm-logout.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/cli/npm-logout.md b/doc/cli/npm-logout.md
index 59f49cc25..0841adfbf 100644
--- a/doc/cli/npm-logout.md
+++ b/doc/cli/npm-logout.md
@@ -31,14 +31,9 @@ it takes precedence.
Default: none
-If specified, the user and login credentials given will be associated
-with the specified scope. See `npm-scope(7)`. You can use both at the same time,
-e.g.
+If specified, you will be logged out of the specified scope. See `npm-scope(7)`.
- npm adduser --registry=http://myregistry.example.com --scope=@myco
-
-This will set a registry for the given scope and login or create a user for
-that registry at the same time.
+ npm logout --scope=@myco
## SEE ALSO