From 046f5990c3927c54bca82a819d2558cf9fd79266 Mon Sep 17 00:00:00 2001 From: Luca Castoro Date: Thu, 27 Jun 2019 15:58:06 +0200 Subject: [PATCH] doc/man/8/monmaptool: document the `--addv` argument. Fixes: http://tracker.ceph.com/issues/40568 Signed-off-by: Luca Castoro --- doc/man/8/monmaptool.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/man/8/monmaptool.rst b/doc/man/8/monmaptool.rst index 9971b558fa0c..e5b6ea8ae098 100644 --- a/doc/man/8/monmaptool.rst +++ b/doc/man/8/monmaptool.rst @@ -10,7 +10,7 @@ Synopsis ======== | **monmaptool** *mapfilename* [ --clobber ] [ --print ] [ --create ] - [ --add *ip*:*port* *...* ] [ --rm *ip*:*port* *...* ] + [ --add *ip*:*port* *...* ] [ --addv [*protocol*:*ip*:*port*[,*...*] ] *...* ] [ --rm *ip*:*port* *...* ] Description @@ -66,6 +66,10 @@ Options will add a monitor with the specified ip:port to the map. +.. option:: --addv name [protocol:ip:port[,...]] + + will add a monitor with the specified version:ip:port to the map. + .. option:: --rm name will remove the monitor with the specified ip:port from the map. -- 2.47.3