Skip to content

Commit

Permalink
add shortcut to option
Browse files Browse the repository at this point in the history
  • Loading branch information
enesaktay committed Aug 15, 2018
1 parent 83f2cb0 commit c5b5e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/ImportDataFromMessageQueueCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ protected function configure(): void
->setDescription('Import data from message queue.')
->setDefinition([
new InputArgument('importer', InputArgument::OPTIONAL, 'The importer to use.'),
new InputOption('timeout', null, InputOption::VALUE_OPTIONAL, 'The time in ms the importer will wait for some input.', 0),
new InputOption('timeout', 't', InputOption::VALUE_OPTIONAL, 'The time in ms the importer will wait for some input.', 0),
])
;
}
Expand Down

0 comments on commit c5b5e73

Please sign in to comment.