Skip to content

Commit

Permalink
alphabetize
Browse files Browse the repository at this point in the history
  • Loading branch information
tonylukasavage committed Oct 19, 2014
1 parent 931c965 commit 010680f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/triple
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ var $u = chalk.underline,
program.description('REPL for Titanium')
.version(require('../package.json').version)
.usage(format('[options] [%s [%s]]', $u('file'), $u('delay')))
.option('-I, --ios-version <iosVersion>', 'select the ios version to use')
.option('-m, --module <ids>', 'Add native module(s) to REPL', function list(val) {
return val.split(',');
})
.option('-I, --ios-version <iosVersion>', 'select the ios version to use')
.option('-v, --verbose', 'Enable verbose output')

program.on('--help', function(){
Expand Down

0 comments on commit 010680f

Please sign in to comment.