[Doc] Fix strategy list optional argument

Optional argument --goal-uuid changed to --goal.
This patch fixes it.

Change-Id: I79dedc94d6437eda0363da91b5065724e22bc1c8
This commit is contained in:
Hidekazu Nakamura 2016-11-04 16:29:34 +09:00
parent 86f4f6a979
commit afdfd8161f

View File

@ -93,11 +93,11 @@ following command:
.. code:: bash
$ watcher strategy list --goal-uuid <your_goal_uuid>
$ watcher strategy list --goal <your_goal_uuid_or_name>
or::
$ openstack optimize strategy list --goal-uuid <your_goal_uuid>
$ openstack optimize strategy list --goal <your_goal_uuid_or_name>
You can use the following command to check strategy details including which
parameters of which format it supports: