Skip to content

Commit

Permalink
Merge pull request #109 from shytikov/master
Browse files Browse the repository at this point in the history
Style change
  • Loading branch information
zaach committed Aug 15, 2012
2 parents 802cc6b + 9f72034 commit 240e557
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/jison/cli-wrapper.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ var JISON = require('../jison'),
var opts = [ var opts = [
{ name: 'file', { name: 'file',
position: 0, position: 0,
help: 'Grammar file' help: '\t\t\tGrammar file'
}, },
{ name: 'lexfile', { name: 'lexfile',
position: 1, position: 1,
help: 'Lexical grammar file (optional)' help: '\t\tLexical grammar file (optional)'
}, },
{ name: 'outfile', { name: 'outfile',
string: '-o FILE, --output-file=FILE', string: '-o FILE, --output-file=FILE',
Expand All @@ -20,16 +20,16 @@ var opts = [
{ name: 'debug', { name: 'debug',
string: '-t, --debug', string: '-t, --debug',
"default": false, "default": false,
help: 'Use debug mode' help: '\t\tUse debug mode'
}, },
{ name: 'moduleType', { name: 'moduleType',
string: '-m, --module-type', string: '-m, --module-type',
"default": "commonjs", "default": "commonjs",
help: 'The type of module to generate (commonjs, amd, js)' help: '\tThe type of module to generate (commonjs, amd, js)'
}, },
{ name: 'version', { name: 'version',
string: '-V, --version', string: '-V, --version',
help: 'Version number' help: '\t\tVersion number'
} }
]; ];


Expand Down

0 comments on commit 240e557

Please sign in to comment.