From: Rodrigo Severo Date: Fri, 22 May 2020 12:12:11 +0000 (-0300) Subject: rados: fixing CACHE POOLS OPTIONS section formatting in help message X-Git-Tag: v16.1.0~1624^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=368808d782b6792bcddc59ba838c68811362671e;p=ceph.git rados: fixing CACHE POOLS OPTIONS section formatting in help message The CACHE POOLS OPTIONS section in rados help message is not in a line of it's own as the other sections. This patch applies proper formatting so CACHE POOLS OPTIONS section starts on a line of it's own as all other help sections. Signed-off-by: Rodrigo Severo --- diff --git a/src/tools/rados/rados.cc b/src/tools/rados/rados.cc index 88b1d89852e4..7454543d257e 100644 --- a/src/tools/rados/rados.cc +++ b/src/tools/rados/rados.cc @@ -237,7 +237,8 @@ void usage(ostream& out) " --read-percent percent of operations that are read\n" " --target-throughput target throughput (in bytes)\n" " --run-length total time (in seconds)\n" -" --offset-align at what boundary to align random op offsets" +" --offset-align at what boundary to align random op offsets\n" +"\n" "CACHE POOLS OPTIONS:\n" " --with-clones include clones when doing flush or evict\n" "OMAP OPTIONS:\n"