summaryrefslogtreecommitdiff
path: root/deps/npm/lib/utils/usage.js
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 261d84ee8e..ba069e645e 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: '