mirror of
https://github.com/flarum/core.git
synced 2025-07-30 13:10:24 +02:00
Make console command descriptions consistent
This commit is contained in:
@@ -19,7 +19,7 @@ class GenerateExtensionCommand extends AbstractCommand
|
||||
{
|
||||
$this
|
||||
->setName('generate:extension')
|
||||
->setDescription('Generate a Flarum extension skeleton.');
|
||||
->setDescription('Generate a Flarum extension skeleton');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@@ -38,7 +38,7 @@ class GenerateMigrationCommand extends AbstractCommand
|
||||
{
|
||||
$this
|
||||
->setName('generate:migration')
|
||||
->setDescription('Generate a migration.')
|
||||
->setDescription('Generate a migration')
|
||||
->addArgument(
|
||||
'name',
|
||||
InputArgument::REQUIRED,
|
||||
|
Reference in New Issue
Block a user