From cd44cb4c27486f0d63c332e21ed454014ae1f002 Mon Sep 17 00:00:00 2001 From: Aaron Lauterer Date: Mon, 3 Jul 2023 09:34:48 +0200 Subject: [PATCH] pvecm: add node: let parameter use two dashes While the '--linkX' paramter works with one dash too, let's use two so we are in line with the man page and other uses of named parameters. Since we are at it, prepend the command with '#' as we do throughout this section. Signed-off-by: Aaron Lauterer --- pvecm.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvecm.adoc b/pvecm.adoc index 446735c..ace6488 100644 --- a/pvecm.adoc +++ b/pvecm.adoc @@ -295,7 +295,7 @@ use the 'link0' parameter to set the nodes address on that network: [source,bash] ---- -pvecm add IP-ADDRESS-CLUSTER -link0 LOCAL-IP-ADDRESS-LINK0 +# pvecm add IP-ADDRESS-CLUSTER --link0 LOCAL-IP-ADDRESS-LINK0 ---- If you want to use the built-in xref:pvecm_redundancy[redundancy] of the -- 2.39.2