From a69fdb7b04bb42c156a6ba07c986d4dc13303c92 Mon Sep 17 00:00:00 2001 From: Marco Oliveira Date: Tue, 8 Jan 2013 22:51:52 +0000 Subject: [PATCH] Remove unnecessary option. Closes #29 --- bin/automaton.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/automaton.js b/bin/automaton.js index dfa735e..538186a 100755 --- a/bin/automaton.js +++ b/bin/automaton.js @@ -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 ', desc: 'Task include dir. All the tasks within the folder will be loaded.'