Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/lib/utils/usage.js')
-rw-r--r--deps/npm/lib/utils/usage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/lib/utils/usage.js b/deps/npm/lib/utils/usage.js
index 261d84ee8e0..ba069e645e1 100644
--- a/deps/npm/lib/utils/usage.js
+++ b/deps/npm/lib/utils/usage.js
@@ -11,7 +11,7 @@ module.exports = function usage (cmd, txt, opt) {
if (opt || post.length > 0) txt += '\n\n'
if (post.length === 1) {
- txt += 'aliase: '
+ txt += 'alias: '
txt += post.join(', ')
} else if (post.length > 1) {
txt += 'aliases: '