Skip to content

Commit

Permalink
[fix] Actually support the documented --uid or -u CLI option. Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Aug 1, 2014
1 parent 3a40761 commit 45f321c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/forever/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ var argvOptions = cli.argvOptions = {
'verbose': {alias: 'v', boolean: true},
'watch': {alias: 'w', boolean: true},
'debug': {alias: 'd', boolean: true},
'plain': {boolean: true}
'plain': {boolean: true},
'uid': {alias: 'u'}
};

app.use(flatiron.plugins.cli, {
Expand Down

0 comments on commit 45f321c

Please sign in to comment.