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:
-rwxr-xr-xcli.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli.js b/cli.js
index 4b81f8ae0..5a12d06aa 100755
--- a/cli.js
+++ b/cli.js
@@ -31,7 +31,7 @@ var commands =
, "activate"
, "ls"
, "list"
- , "build"
+ , "deactivate"
, "link"
],
log = require(npm.moduleName+"/../lib/utils").log;