From 847da51deaffcbb4e0f1c3825e60d8181b31b120 Mon Sep 17 00:00:00 2001 From: Kevin_Zheng Date: Tue, 20 Dec 2016 09:18:55 +0800 Subject: 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 --- doc/source/command-objects/network-agent.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/source/command-objects/network-agent.rst') diff --git a/doc/source/command-objects/network-agent.rst b/doc/source/command-objects/network-agent.rst index 9d158ba0..b95f2e50 100644 --- a/doc/source/command-objects/network-agent.rst +++ b/doc/source/command-objects/network-agent.rst @@ -18,7 +18,7 @@ Delete network agent(s) .. program:: network agent delete .. code:: bash - os network agent delete + openstack network agent delete [ ...] .. _network_agent_delete-network-agent: @@ -34,7 +34,7 @@ List network agents .. program:: network agent list .. code:: bash - os network agent list + openstack network agent list network agent set ----------------- @@ -44,7 +44,7 @@ Set network agent properties .. program:: network agent set .. code:: bash - os network agent set + openstack network agent set [--description ] [--enable | --disable] @@ -74,7 +74,7 @@ Display network agent details .. program:: network agent show .. code:: bash - os network agent show + openstack network agent show .. _network_agent_show-network-agent: -- cgit v1.2.1