Skip to content

Commit

Permalink
fixed wrong usage for option fifo
Browse files Browse the repository at this point in the history
  • Loading branch information
lulurun authored and indexzero committed Aug 1, 2014
1 parent a216e76 commit fefce03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/forever/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ var argvOptions = cli.argvOptions = {
'errFile': {alias: 'e'},
'logFile': {alias: 'l'},
'append': {alias: 'a', boolean: true},
'fifo': {alias: 'f', boolean: false},
'fifo': {alias: 'f', boolean: true},
'number': {alias: 'n'},
'max': {alias: 'm'},
'outFile': {alias: 'o'},
Expand Down

0 comments on commit fefce03

Please sign in to comment.