Skip to content

Commit

Permalink
Update lib/Doctrine/DBAL/Tools/Console/Command/PingCommand.php
Browse files Browse the repository at this point in the history
Co-Authored-By: Grégoire Paris <postmaster@greg0ire.fr>
  • Loading branch information
mcfedr and greg0ire committed Oct 15, 2019
1 parent 1d189b4 commit 9b98cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/DBAL/Tools/Console/Command/PingCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ protected function configure()
$this
->setDescription('Check whether a database is available')
->addOption('limit', null, InputOption::VALUE_REQUIRED, 'Max number of pings to try', '1')
->addOption('sleep', null, InputOption::VALUE_REQUIRED, 'Length of time (seconds) to sleep between pings', '1');
->addOption('sleep', null, InputOption::VALUE_REQUIRED, 'Amount of time (in seconds) to sleep between pings', '1');
}

protected function execute(InputInterface $input, OutputInterface $output) : int
Expand Down

0 comments on commit 9b98cdc

Please sign in to comment.