Skip to content

Commit

Permalink
Remove unnecessary option. Closes #29
Browse files Browse the repository at this point in the history
  • Loading branch information
marcooliveira committed Jan 8, 2013
1 parent edb4181 commit a69fdb7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bin/automaton.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ var commands = [
opt: '--help, -h [task]',
desc: 'Get help. If you specify a task, you\'ll be given the task usage.'
},
{
opt: '--tasks, -t',
desc: 'List all the available tasks (that are loaded).'
},
{
opt: '--task-dir, -d <dir>',
desc: 'Task include dir. All the tasks within the folder will be loaded.'
Expand Down

0 comments on commit a69fdb7

Please sign in to comment.