From 37ea3e50f09be5490d7ec614798822aa6f86eaec Mon Sep 17 00:00:00 2001 From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Mon, 17 Jul 2023 20:05:39 +0700 Subject: [PATCH] doc/mgr/rgw.rst: add missing "ceph" command in cli specification The line begins with a prompt so I would expect it to be a "complete" command, including the `ceph` binary to run with all the various listed arguments. Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com> --- doc/mgr/rgw.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mgr/rgw.rst b/doc/mgr/rgw.rst index 71c0d3a9a73..a3f53280a75 100644 --- a/doc/mgr/rgw.rst +++ b/doc/mgr/rgw.rst @@ -25,7 +25,7 @@ supports both passing the arguments through the cmd line or as a spec file: .. prompt:: bash # - rgw realm bootstrap [--realm-name] [--zonegroup-name] [--zone-name] [--port] [--placement] [--start-radosgw] + ceph rgw realm bootstrap [--realm-name] [--zonegroup-name] [--zone-name] [--port] [--placement] [--start-radosgw] The command supports providing the configuration through a spec file (`-i option`):