]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
test: fix usage info of omapbench
authorWanlong Gao <wanlong.gao@easystack.cn>
Fri, 1 Jul 2016 10:10:47 +0000 (18:10 +0800)
committerWanlong Gao <wanlong.gao@easystack.cn>
Mon, 18 Jul 2016 14:22:32 +0000 (22:22 +0800)
Fix the default value info of "--omaptype" and the wrong indent
of "--name" option.

Signed-off-by: Wanlong Gao <wanlong.gao@easystack.cn>
src/test/omap_bench.cc

index 4cb15a1b5cd2583ab8e8ccea8e55a989295ae9c6..a2e6c6da9ff249e7599c8c46816cd09a2082e3d4 100644 (file)
@@ -84,9 +84,9 @@ int OmapBench::setup(int argc, const char** argv) {
           << "rand for random sizes between\n"
           << "                        0 and max size, uniform for all sizes"
           << " to be specified size.\n"
-          << "                        (default "<<value_size;
-      cout <<"\n  --name          the rados id to use (default "<<rados_id;
-      cout<<")\n";
+           << "                        (default uniform)\n";
+      cout << "        --name          the rados id to use (default "<< rados_id
+           << ")\n";
       exit(1);
     }
   }