Skip to content

Commit

Permalink
Merge pull request #11 from ottomao/master
Browse files Browse the repository at this point in the history
fix doc
  • Loading branch information
xudafeng committed Sep 24, 2014
2 parents a040964 + 9e742d8 commit 9ae83b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/startserver
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var open = true;

program
.option('-v, --version', 'output version infomation')
.option('-n, --normal', 'start server with out open browser')
.option('-n, --normal', 'start server without opening browser')
.on('version', function() {
console.log('\n ' + pkg.version.blue + '\n');
process.exit(0);
Expand Down

0 comments on commit 9ae83b0

Please sign in to comment.