Skip to content

Commit e385202

Browse files
minor #714 Fix description of flag "--force" of the recipes:install command (nicolas-grekas)
This PR was merged into the 1.9-dev branch. Discussion ---------- Fix description of flag "--force" of the recipes:install command As spotted in #684 (comment) Commits ------- baaf062 Fix description of flag "--force" of the recipes:install command
2 parents 7c48460 + baaf062 commit e385202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/InstallRecipesCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ protected function configure()
4141
->setAliases(['recipes:install', 'symfony:sync-recipes', 'sync-recipes', 'fix-recipes'])
4242
->setDescription('Installs or reinstalls recipes for already installed packages.')
4343
->addArgument('packages', InputArgument::IS_ARRAY | InputArgument::OPTIONAL, 'Recipes that should be installed.')
44-
->addOption('force', null, InputOption::VALUE_NONE, 'Ignore the "symfony.lock" file and overwrite existing files')
44+
->addOption('force', null, InputOption::VALUE_NONE, 'Overwrite existing files when a new version of a recipe is available')
4545
;
4646
}
4747

0 commit comments

Comments
 (0)