]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
rados: including an empty line before OMAP OPTIONS section in rados help message
authorRodrigo Severo <rodrigo@fabricadeideias.com>
Fri, 22 May 2020 12:19:28 +0000 (09:19 -0300)
committerRodrigo Severo <rodrigo@fabricadeideias.com>
Fri, 22 May 2020 12:19:28 +0000 (09:19 -0300)
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 <rodrigo@fabricadeideias.com>
src/tools/rados/rados.cc

index 7454543d257eb5d2ded08ba720c2000e9be77b18..ea02a3a40ef3798b8addef3e0b43e2b473212bc4 100644 (file)
@@ -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";
 }