Clarify console option

This commit is contained in:
Franz Liedke 2016-01-07 16:32:01 +01:00
parent b48c9e6962
commit 4d8259cd95

View File

@ -71,7 +71,7 @@ class InstallCommand extends AbstractCommand
'file',
'f',
InputOption::VALUE_REQUIRED,
'Use external configuration file'
'Use external configuration file in YAML format'
);
}