Skip to content

Commit

Permalink
[fix] Remove duplicate alias.
Browse files Browse the repository at this point in the history
  • Loading branch information
AvianFlu committed Mar 5, 2012
1 parent dd1508b commit a6a1675
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 @@ -75,7 +75,7 @@ var argvOptions = cli.argvOptions = {
'command': {alias: 'c'},
'errFile': {alias: 'e'},
'logFile': {alias: 'l'},
'append': {alias: ['a', 'append'], boolean: true},
'append': {alias: 'a', boolean: true},
'max': {alias: 'm'},
'outFile': {alias: 'o'},
'path': {alias: 'p'},
Expand Down

0 comments on commit a6a1675

Please sign in to comment.