diff --git a/framework/core/src/Install/Console/InstallCommand.php b/framework/core/src/Install/Console/InstallCommand.php index c54119fc4..f3d76e818 100644 --- a/framework/core/src/Install/Console/InstallCommand.php +++ b/framework/core/src/Install/Console/InstallCommand.php @@ -71,7 +71,7 @@ class InstallCommand extends AbstractCommand 'file', 'f', InputOption::VALUE_REQUIRED, - 'Use external configuration file' + 'Use external configuration file in YAML format' ); }