mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 01:02:24 +01:00
Update desc of -f option
This commit is contained in:
parent
89bde7059c
commit
f2a0f34fb1
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user