mirror of
https://github.com/flarum/core.git
synced 2025-10-12 23:44:27 +02:00
Make console command descriptions consistent
This commit is contained in:
@@ -57,7 +57,7 @@ class InstallCommand extends AbstractCommand
|
||||
{
|
||||
$this
|
||||
->setName('install')
|
||||
->setDescription("Run Flarum's installation migration and seeds.")
|
||||
->setDescription("Run Flarum's installation migration and seeds")
|
||||
->addOption(
|
||||
'defaults',
|
||||
'd',
|
||||
|
Reference in New Issue
Block a user