Update desc of -f option

This commit is contained in:
Anton Medvedev 2020-10-07 01:09:27 +02:00
parent 89bde7059c
commit f2a0f34fb1

View File

@ -87,7 +87,7 @@ class Deployer extends Container
******************************/
$console->getDefinition()->addOption(
new InputOption('--file', '-f', InputOption::VALUE_OPTIONAL, 'Specify Deployer file')
new InputOption('--file', '-f', InputOption::VALUE_OPTIONAL, 'Recipe file path')
);
$this['console'] = function () use ($console) {