Skip to content

Commit

Permalink
Merge pull request #42 from bredikhin/master
Browse files Browse the repository at this point in the history
Minor formatting fixes.
  • Loading branch information
bredikhin committed May 14, 2014
2 parents 987d683 + 2e2d4f9 commit d3a4041
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/koan.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ commander
.option('--production', 'use production environment');
commander
.command('version')
.description('output version number')
.description('output version number')
.usage('koan version')
.action(commander.versionInformation)
.action(commander.versionInformation)
.unknownOption = NOOP;

commander.unknownOption = NOOP;
Expand All @@ -96,4 +96,4 @@ if (process.env.NODE_ENV !== 'test') {

if (commander.args.length === 0)
commander.help();
}
}

0 comments on commit d3a4041

Please sign in to comment.