From 7d7282c7bdf0396f9a192badeedf66976fa01e5e Mon Sep 17 00:00:00 2001 From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Fri, 27 Jan 2023 17:27:51 +0700 Subject: [PATCH] doc/rados/operations: Fix double prompt In monitoring.rst a double prompt was rendered, one non-selectable and one selectable. Remove the selectable prompt. Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com> --- doc/rados/operations/monitoring.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rados/operations/monitoring.rst b/doc/rados/operations/monitoring.rst index 3d1036b81a2..3e4dd2c9ad8 100644 --- a/doc/rados/operations/monitoring.rst +++ b/doc/rados/operations/monitoring.rst @@ -60,7 +60,7 @@ In interactive mode, type ``status`` and press **Enter**: .. prompt:: ceph> :prompts: ceph> - ceph> status + status Ceph will print the cluster status. For example, a tiny Ceph demonstration cluster with one of each service may print the following: -- 2.39.5