From: Rodrigo Severo Date: Fri, 22 May 2020 12:19:28 +0000 (-0300) Subject: rados: including an empty line before OMAP OPTIONS section in rados help message X-Git-Tag: v16.1.0~1624^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ba37649ad994437fe985e78f5b52bbd57c1eff0c;p=ceph.git 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 --- 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"; }