|
@@ -26,12 +26,12 @@ class MergeParamsCommand extends BaseBuilderCommand
|
|
|
$this->eventName = $this->getName();
|
|
|
$this
|
|
|
->setName('build:merge_params')
|
|
|
- ->setDescription('Merges the params.local.yml with dist.params.local.yml.')
|
|
|
+ ->setDescription('Step 1: merges the params.local.yml with dist.params.local.yml.')
|
|
|
->setDefinition([])
|
|
|
->setHelp(
|
|
|
<<<EOT
|
|
|
-The build:merge_params command combines shared and per-environment parameters and
|
|
|
-generates merged.params.local.yml containing the merged result.
|
|
|
+Step 1 of a build, the build:merge_params command combines shared and per-environment
|
|
|
+parameters and generates merged.params.local.yml containing the merged result.
|
|
|
|
|
|
EOT
|
|
|
);
|