From 17efb13cfd1c04ca87ebb1970d344354df9d39cb Mon Sep 17 00:00:00 2001 From: Olena Logvinova Date: Wed, 14 Dec 2016 11:47:38 +0200 Subject: [PATCH] [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 --- userdocs/fuel-user-guide/cli/cli_workflows.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/userdocs/fuel-user-guide/cli/cli_workflows.rst b/userdocs/fuel-user-guide/cli/cli_workflows.rst index 18b93e317..04b80d6f7 100644 --- a/userdocs/fuel-user-guide/cli/cli_workflows.rst +++ b/userdocs/fuel-user-guide/cli/cli_workflows.rst @@ -48,13 +48,13 @@ supported by the Fuel CLI. * - Start a deployment with given workflow types. Available for environments only. - - * ``fuel2 graph execute -e -t GRAPH_TYPES `` + - * ``fuel2 graph execute -e -t []`` - 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 -t GRAPH_TYPES --noop --force`` + - * ``fuel2 graph execute -e -t [] --noop --force`` The ``--force`` parameter is optional and is necessary for previously executed workflows or tasks to prevent tasks skipping by Fuel