Skip to content

Commit

Permalink
Fix typo in option description (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal authored Jun 19, 2022
1 parent 864907f commit 3a82f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Command/AddPrefixCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public function getConfiguration(): CommandConfiguration
'c',
InputOption::VALUE_REQUIRED,
sprintf(
'Conf,iguration file. Will use "%s" if found by default.',
'Configuration file. Will use "%s" if found by default.',
ConfigurationFactory::DEFAULT_FILE_NAME,
)
),
Expand Down

0 comments on commit 3a82f7e

Please sign in to comment.