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
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-04-26 08:02:53 +0400
committerisaacs <i@izs.me>2010-04-26 08:02:53 +0400
commit64afd3d94d5819b9a8b96cdaded1660d7b0b2a57 (patch)
tree3ee5025afa093e7f59623268d8cb0223ad4889ed /doc/deactivate.md
parent94069af9be40a68a21fd8f9bee38b1c3202cd18e (diff)
Clean up the docs further. Make them more consistent.
Diffstat (limited to 'doc/deactivate.md')
-rw-r--r--doc/deactivate.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/deactivate.md b/doc/deactivate.md
index 0eb69fa09..3a2136497 100644
--- a/doc/deactivate.md
+++ b/doc/deactivate.md
@@ -1,8 +1,12 @@
npm-deactivate(1) -- Deactivate the active version of a package
===============================================================
+## SYNOPSIS
+
npm deactivate <name>
+## DESCRIPTION
+
If there's an active version of the package, this will unlink it from that
preferential position.