From ba37649ad994437fe985e78f5b52bbd57c1eff0c Mon Sep 17 00:00:00 2001 From: Rodrigo Severo Date: Fri, 22 May 2020 09:19:28 -0300 Subject: [PATCH] rados: including an empty line before OMAP OPTIONS section in rados help message The OMAP OPTIONS section in rados help message haven't an empty line before it as the other sections have. Including a empty line before OMAP OPTIONS section so it follows the same formatting pattern as the rest of rados help message. Signed-off-by: Rodrigo Severo --- src/tools/rados/rados.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/rados/rados.cc b/src/tools/rados/rados.cc index 7454543d257..ea02a3a40ef 100644 --- a/src/tools/rados/rados.cc +++ b/src/tools/rados/rados.cc @@ -241,6 +241,7 @@ void usage(ostream& out) "\n" "CACHE POOLS OPTIONS:\n" " --with-clones include clones when doing flush or evict\n" +"\n" "OMAP OPTIONS:\n" " --omap-key-file file read the omap key from a file\n"; } -- 2.47.3