diff --git a/lib/Command/BoardImport.php b/lib/Command/BoardImport.php index 8c3c15117..a0ddfb030 100644 --- a/lib/Command/BoardImport.php +++ b/lib/Command/BoardImport.php @@ -43,12 +43,12 @@ protected function configure() { null, InputOption::VALUE_REQUIRED, 'Configuration json file.', - 'config.json' + null ) ->addOption( 'data', null, - InputOption::VALUE_OPTIONAL, + InputOption::VALUE_REQUIRED, 'Data file to import.', 'data.json' )