1
0
mirror of https://github.com/flarum/core.git synced 2025-10-13 07:54:25 +02:00

Make console command descriptions consistent

This commit is contained in:
Franz Liedke
2016-03-20 23:16:08 +09:00
parent 238f2fca73
commit cd4d669127
4 changed files with 4 additions and 4 deletions

View File

@@ -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',