diff options
| author | Kevin_Zheng <zhengzhenyu@huawei.com> | 2016-12-20 09:18:55 +0800 |
|---|---|---|
| committer | Kevin_Zheng <zhengzhenyu@huawei.com> | 2016-12-20 09:18:55 +0800 |
| commit | 847da51deaffcbb4e0f1c3825e60d8181b31b120 (patch) | |
| tree | 0461752361456f094ccd46cf9d797b9d496ce16c /doc/source/command-objects/federation-protocol.rst | |
| parent | e51a2b3b171f3c72a715bee3ad99c0f88efa3010 (diff) | |
| download | python-openstackclient-847da51deaffcbb4e0f1c3825e60d8181b31b120.tar.gz | |
change os in command example to openstack(2)
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: I80c96f0938cec382f2f714a500138bd5a2c81aa0
Diffstat (limited to 'doc/source/command-objects/federation-protocol.rst')
| -rw-r--r-- | doc/source/command-objects/federation-protocol.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/command-objects/federation-protocol.rst b/doc/source/command-objects/federation-protocol.rst index 911d4e99..e1f98174 100644 --- a/doc/source/command-objects/federation-protocol.rst +++ b/doc/source/command-objects/federation-protocol.rst @@ -14,7 +14,7 @@ Create new federation protocol .. program:: federation protocol create .. code:: bash - os federation protocol create + openstack federation protocol create --identity-provider <identity-provider> --mapping <mapping> <name> @@ -39,7 +39,7 @@ Delete federation protocol(s) .. program:: federation protocol delete .. code:: bash - os federation protocol delete + openstack federation protocol delete --identity-provider <identity-provider> <federation-protocol> [<federation-protocol> ...] @@ -59,7 +59,7 @@ List federation protocols .. program:: federation protocol list .. code:: bash - os federation protocol list + openstack federation protocol list --identity-provider <identity-provider> .. option:: --identity-provider <identity-provider> @@ -74,7 +74,7 @@ Set federation protocol properties .. program:: federation protocol set .. code:: bash - os federation protocol set + openstack federation protocol set --identity-provider <identity-provider> [--mapping <mapping>] <federation-protocol> @@ -99,7 +99,7 @@ Display federation protocol details .. program:: federation protocol show .. code:: bash - os federation protocol show + openstack federation protocol show --identity-provider <identity-provider> <federation-protocol> |
