From 4d8259cd9538a0aabe32e7cb92c4ab8c75f1bf89 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Thu, 7 Jan 2016 16:32:01 +0100 Subject: [PATCH] Clarify console option --- framework/core/src/Install/Console/InstallCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ); }