From b141e29567fcdd9ff64208b6a79595e76fd9b132 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Fri, 10 May 2024 10:09:16 -0400 Subject: [PATCH] doc/man: add missing long option switches Signed-off-by: Patrick Donnelly (cherry picked from commit ad710c1f9395917310046a810176fca37b286fab) --- doc/man/8/ceph.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/8/ceph.rst b/doc/man/8/ceph.rst index 478d3c6b3ce9..02c83bfe02a4 100644 --- a/doc/man/8/ceph.rst +++ b/doc/man/8/ceph.rst @@ -1631,13 +1631,13 @@ Usage:: Options ======= -.. option:: -i infile +.. option:: -i infile, --in-file=infile will specify an input file to be passed along as a payload with the command to the monitor cluster. This is only used for specific monitor commands. -.. option:: -o outfile +.. option:: -o outfile, --out-file=outfile will write any payload returned by the monitor cluster with its reply to outfile. Only specific monitor commands (e.g. osd getmap) -- 2.47.3