Skip to content

Commit

Permalink
make --help descriptions line up
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jan 26, 2012
1 parent fff5db9 commit 6b2aef5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions bin/n
Expand Up @@ -55,16 +55,16 @@ display_help() {
Commands:
n Output versions installed
n latest [config ...] Install or activate the latest node release
n <version> [config ...] Install and/or use node <version>
n Output versions installed
n latest [config ...] Install or activate the latest node release
n <version> [config ...] Install and/or use node <version>
n custom <version> <tarball> [config ...] Install custom node <tarball> with [args ...]
n use <version> [args ...] Execute node <version> with [args ...]
n npm <version> [args ...] Execute npm <version> with [args ...]
n bin <version> Output bin path for <version>
n rm <version ...> Remove the given version(s)
n --latest Output the latest node version available
n ls Output the versions of node available
n use <version> [args ...] Execute node <version> with [args ...]
n npm <version> [args ...] Execute npm <version> with [args ...]
n bin <version> Output bin path for <version>
n rm <version ...> Remove the given version(s)
n --latest Output the latest node version available
n ls Output the versions of node available
Options:
Expand Down

0 comments on commit 6b2aef5

Please sign in to comment.