From 82292f4ff99671ca61bce857f2ea2e2bb4ae6f0c Mon Sep 17 00:00:00 2001 From: Daniel Vos Date: Tue, 21 Jul 2020 15:41:15 +0200 Subject: [PATCH] doc/mgr/crash: Add missing command in rm example MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Example to remove a crash id was missing the crash subcommand. Fixes: https://tracker.ceph.com/issues/46676 Signed-off-by: Daniël Vos (cherry picked from commit 67e344290d8691a79afa0a018d2ef6c4aa782ef9) --- doc/mgr/crash.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mgr/crash.rst b/doc/mgr/crash.rst index 76e0ce94a80..e12a8c6f83e 100644 --- a/doc/mgr/crash.rst +++ b/doc/mgr/crash.rst @@ -29,7 +29,7 @@ and will read from stdin. :: - ceph rm + ceph crash rm Remove a specific crash dump. -- 2.47.3