diff options
| author | Kevin_Zheng <zhengzhenyu@huawei.com> | 2016-12-20 09:03:29 +0800 |
|---|---|---|
| committer | Kevin_Zheng <zhengzhenyu@huawei.com> | 2016-12-20 09:03:29 +0800 |
| commit | 9663424c7444e0f5ae54dda499a96f179d8512fd (patch) | |
| tree | bfcca652dcfbd5625aec723d88e5817e11ad0010 /doc/source/command-objects/consistency-group.rst | |
| parent | e51a2b3b171f3c72a715bee3ad99c0f88efa3010 (diff) | |
| download | python-openstackclient-9663424c7444e0f5ae54dda499a96f179d8512fd.tar.gz | |
change os in command example to openstack
In the current doc, the command examples are like
"os server create" but the acutal command should
be started with "openstack" instead of "os", it
is misleading to first time users.
Change-Id: Ic7686257725e1aa8e4e0d65a712eff1c079927a8
Diffstat (limited to 'doc/source/command-objects/consistency-group.rst')
| -rw-r--r-- | doc/source/command-objects/consistency-group.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/command-objects/consistency-group.rst b/doc/source/command-objects/consistency-group.rst index 910fbba9..658d9425 100644 --- a/doc/source/command-objects/consistency-group.rst +++ b/doc/source/command-objects/consistency-group.rst @@ -12,7 +12,7 @@ Create new consistency group. .. program:: consistency group create .. code:: bash - os consistency group create + openstack consistency group create --volume-type <volume-type> | --consistency-group-source <consistency-group> | --consistency-group-snapshot <consistency-group-snapshot> [--description <description>] [--availability-zone <availability-zone>] @@ -52,7 +52,7 @@ Delete consistency group(s). .. program:: consistency group delete .. code:: bash - os consistency group delete + openstack consistency group delete [--force] <consistency-group> [<consistency-group> ...] @@ -73,7 +73,7 @@ List consistency groups. .. program:: consistency group list .. code:: bash - os consistency group list + openstack consistency group list [--all-projects] [--long] @@ -94,7 +94,7 @@ Set consistency group properties. .. program:: consistency group set .. code:: bash - os consistency group set + openstack consistency group set [--name <name>] [--description <description>] <consistency-group> @@ -120,7 +120,7 @@ Display consistency group details. .. program:: consistency group show .. code:: bash - os consistency group show + openstack consistency group show <consistency-group> .. _consistency_group_show-consistency-group: |
