Skip to content

Commit 7924dca

Browse files
author
Carlos Cima
committed
Remove unused option for diff command.
1 parent a76931f commit 7924dca

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Command/DiffCommand.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ protected function configure()
2626
InputArgument::REQUIRED,
2727
'File path of the creation script of the target database'
2828
)
29-
->addOption(
30-
'output',
31-
'o',
32-
InputOption::VALUE_OPTIONAL,
33-
'Output differences to a file'
34-
)
3529
;
3630
}
3731

0 commit comments

Comments
 (0)