diff mbox series

[ovs-dev] Correct documentation for getting DB's cid

Message ID 1544717900-12660-1-git-send-email-twilson@redhat.com
State Accepted
Headers show
Series [ovs-dev] Correct documentation for getting DB's cid | expand

Commit Message

Terry Wilson Dec. 13, 2018, 4:18 p.m. UTC
Signed-off-by: Terry Wilson <twilson@redhat.com>
---
 Documentation/ref/ovsdb.7.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mark Michelson Dec. 13, 2018, 8:12 p.m. UTC | #1
Acked-by: Mark Michelson <mmichels@redhat.com>

On 12/13/18 11:18 AM, Terry Wilson wrote:
> Signed-off-by: Terry Wilson <twilson@redhat.com>
> ---
>   Documentation/ref/ovsdb.7.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/ref/ovsdb.7.rst b/Documentation/ref/ovsdb.7.rst
> index f891309..c43fe17 100644
> --- a/Documentation/ref/ovsdb.7.rst
> +++ b/Documentation/ref/ovsdb.7.rst
> @@ -405,7 +405,7 @@ unix:<file>
>       way, a client could talk to the wrong instance of a database.  To avoid
>       this possibility, add ``cid:<uuid>`` to the list of methods, where <uuid>
>       is the cluster ID of the desired database cluster, as printed by
> -    ``ovsdb-tool get-cid``.  This feature is optional.
> +    ``ovsdb-tool db-cid``.  This feature is optional.
>   
>   OVSDB supports the following passive connection methods:
>   
>
Ben Pfaff Jan. 15, 2019, 7:19 p.m. UTC | #2
Thanks, applied to master.

On Thu, Dec 13, 2018 at 10:18:20AM -0600, Terry Wilson wrote:
> Signed-off-by: Terry Wilson <twilson@redhat.com>
> ---
>  Documentation/ref/ovsdb.7.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/ref/ovsdb.7.rst b/Documentation/ref/ovsdb.7.rst
> index f891309..c43fe17 100644
> --- a/Documentation/ref/ovsdb.7.rst
> +++ b/Documentation/ref/ovsdb.7.rst
> @@ -405,7 +405,7 @@ unix:<file>
>      way, a client could talk to the wrong instance of a database.  To avoid
>      this possibility, add ``cid:<uuid>`` to the list of methods, where <uuid>
>      is the cluster ID of the desired database cluster, as printed by
> -    ``ovsdb-tool get-cid``.  This feature is optional.
> +    ``ovsdb-tool db-cid``.  This feature is optional.
>  
>  OVSDB supports the following passive connection methods:
>  
> -- 
> 1.8.3.1
> 
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
diff mbox series

Patch

diff --git a/Documentation/ref/ovsdb.7.rst b/Documentation/ref/ovsdb.7.rst
index f891309..c43fe17 100644
--- a/Documentation/ref/ovsdb.7.rst
+++ b/Documentation/ref/ovsdb.7.rst
@@ -405,7 +405,7 @@  unix:<file>
     way, a client could talk to the wrong instance of a database.  To avoid
     this possibility, add ``cid:<uuid>`` to the list of methods, where <uuid>
     is the cluster ID of the desired database cluster, as printed by
-    ``ovsdb-tool get-cid``.  This feature is optional.
+    ``ovsdb-tool db-cid``.  This feature is optional.
 
 OVSDB supports the following passive connection methods: