From 76160948335fe05fbde72f55f0d341a2fdc214e2 Mon Sep 17 00:00:00 2001 From: Endre Karlson <endre.karlson@gmail.com> Date: Mon, 18 Nov 2013 17:49:58 +0100 Subject: [PATCH] =?UTF-8?q?[DOCS]=C2=A0Fix=20errors=20and=20add=20some=20d?= =?UTF-8?q?etails?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie2f4cd70557920fba83f2c8478309a7d757345ff --- doc/command.rst | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/doc/command.rst b/doc/command.rst index 6343b02..4084abf 100644 --- a/doc/command.rst +++ b/doc/command.rst @@ -164,9 +164,9 @@ Send a snapshot of logs to an object store Object store authentication token -.. program:: libra modify +.. program:: libra update -modify +update ^^^^^^ Update a load balancer's configuration @@ -205,12 +205,12 @@ Delete the health monitor for a load balancer The ID of the load balancer -.. program:: libra monitor-modify +.. program:: libra monitor-update -monitor-modify +monitor-update ^^^^^^^^^^^^^^ -Modify the health monitor for a load balancer +Update the health monitor for a load balancer .. option:: <id> @@ -258,12 +258,12 @@ List the nodes in a load balancer The ID of the load balancer -.. program:: libra node-modify +.. program:: libra node-update -node-modify +node-update ^^^^^^^^^^^ -Modify a node's state in a load balancer +Update a node's state in a load balancer .. option:: <id> @@ -271,13 +271,13 @@ Modify a node's state in a load balancer .. option:: <nodeid> - The ID of the node to be modified + The ID of the node to be updated .. option:: --condition <condition> The new state of the node (either ENABLED or DISABLED) -.. program:: libra node-status +.. program:: libra node-show node-show ^^^^^^^^^ @@ -309,6 +309,8 @@ Get the status of a single load balancer The ID of the load balancer +.. program:: libra virtualips + virtualips ^^^^^^^^^^