[UG] Fix a typo in GRAPH_TYPE param description

This patch replaces the duplicated GRAPH_TYPES param with
a more explicit description of the command and the
param itself.

Closes-Bug: #1649854

Change-Id: Ib025a5dd0fd7f51b832ab7409ef6b5daca8e61d2
This commit is contained in:
Olena Logvinova 2016-12-14 11:47:38 +02:00
parent d76d4dc2f0
commit 17efb13cfd
1 changed files with 3 additions and 3 deletions

View File

@ -48,13 +48,13 @@ supported by the Fuel CLI.
* - Start a deployment with given workflow types.
Available for environments only.
- * ``fuel2 graph execute -e <ENV_ID> -t GRAPH_TYPES <GRAPH_TYPES>``
- * ``fuel2 graph execute -e <ENV_ID> -t <GRAPH_TYPE1> [<GRAPH_TYPE2>]``
The ``-t GRAPH_TYPES`` parameter specifies the types of deployment
The ``-t`` parameter specifies the types of deployment
workflow in order of execution.
* - Run any task workflow in the ``noop`` mode to detect customizations.
- * ``fuel2 graph execute -e <ENV_ID> -t GRAPH_TYPES <GRAPH_TYPES> --noop --force``
- * ``fuel2 graph execute -e <ENV_ID> -t <GRAPH_TYPE1> [<GRAPH_TYPE2>] --noop --force``
The ``--force`` parameter is optional and is necessary for previously
executed workflows or tasks to prevent tasks skipping by Fuel