Skip to content

Commit

Permalink
completion: Put process substitution in usage
Browse files Browse the repository at this point in the history
Related to 08c60c5
  • Loading branch information
isaacs committed May 31, 2011
1 parent d36f769 commit 2d44f95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/completion.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@

module.exports = completion

completion.usage = "npm completion >> ~/.bashrc"
completion.usage = "npm completion >> ~/.bashrc\n"
+ "npm completion >> ~/.zshrc\n"
+ "source <(npm completion)"

var output = require("./utils/output")
, configDefs = require("./utils/config-defs")
Expand Down

0 comments on commit 2d44f95

Please sign in to comment.