From 189457ba9d4cdb2243629f7d78cde4534ce77ae6 Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Wed, 9 May 2018 12:53:35 +0200 Subject: [PATCH] Unrevert usage example inconsistency fix in docs Change-Id: Ia20056819c3ebeb0a746e4de4be34287f615379e Story: 2001976 Task: 19585 --- doc/source/user/index.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/user/index.rst b/doc/source/user/index.rst index fdf6484..0931f64 100644 --- a/doc/source/user/index.rst +++ b/doc/source/user/index.rst @@ -31,7 +31,7 @@ Useful examples * Adding a new virtual BMC to control a domain called ``node-1`` that will listen on the port ``6230``:: - $ vbmc add node-0 --port 6230 + $ vbmc add node-1 --port 6230 .. note:: @@ -55,8 +55,8 @@ Useful examples +-------------+---------+---------+------+ | Domain name | Status | Address | Port | +-------------+---------+---------+------+ - | node-0 | running | :: | 6230 | - | node-1 | running | :: | 6231 | + | node-0 | running | :: | 623 | + | node-1 | running | :: | 6230 | +-------------+---------+---------+------+ @@ -72,7 +72,7 @@ Useful examples | libvirt_sasl_username | None | | libvirt_uri | qemu:///system | | password | *** | - | port | 6230 | + | port | 623 | | status | running | | username | admin | +-----------------------+----------------+