summaryrefslogtreecommitdiff
path: root/deps/npm/doc/cli/npm-ping.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/cli/npm-ping.md')
-rw-r--r--deps/npm/doc/cli/npm-ping.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/deps/npm/doc/cli/npm-ping.md b/deps/npm/doc/cli/npm-ping.md
index f0e628915e..3b2da9944b 100644
--- a/deps/npm/doc/cli/npm-ping.md
+++ b/deps/npm/doc/cli/npm-ping.md
@@ -8,6 +8,14 @@ npm-ping(1) -- Ping npm registry
## DESCRIPTION
Ping the configured or given npm registry and verify authentication.
+If it works it will output something like:
+```
+Ping success: {*Details about registry*}
+```
+otherwise you will get:
+```
+Ping error: {*Detail about error}
+```
## SEE ALSO