Skip to content

Commit

Permalink
Remove unused option for diff command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Cima committed Apr 11, 2016
1 parent a76931f commit 7924dca
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Command/DiffCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ protected function configure()
InputArgument::REQUIRED,
'File path of the creation script of the target database'
)
->addOption(
'output',
'o',
InputOption::VALUE_OPTIONAL,
'Output differences to a file'
)
;
}

Expand Down

0 comments on commit 7924dca

Please sign in to comment.