We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864907f commit 3a82f7eCopy full SHA for 3a82f7e
src/Console/Command/AddPrefixCommand.php
@@ -118,7 +118,7 @@ public function getConfiguration(): CommandConfiguration
118
'c',
119
InputOption::VALUE_REQUIRED,
120
sprintf(
121
- 'Conf,iguration file. Will use "%s" if found by default.',
+ 'Configuration file. Will use "%s" if found by default.',
122
ConfigurationFactory::DEFAULT_FILE_NAME,
123
)
124
),
0 commit comments