]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
tools/ceph_kvstore_tool: add "bluestore-kv" to usage
authorxie xingguo <xie.xingguo@zte.com.cn>
Sat, 27 May 2017 03:06:56 +0000 (11:06 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Sat, 27 May 2017 03:06:56 +0000 (11:06 +0800)
We are soon going to use BlueStore as the default OS, and
hence "bluestore-kv" shall be the preferred option.

By applying this patch, the help message shall be slightly
nicer to newcomers to this tool now.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/tools/ceph_kvstore_tool.cc

index adca8a71be2afda511a22ea30e9d08501cd1a887..a7384f75347659fb1dceeea73af68a2c6d88a838 100644 (file)
@@ -245,7 +245,7 @@ class StoreTool
 
 void usage(const char *pname)
 {
-  std::cerr << "Usage: " << pname << " <leveldb|rocksdb|...> <store path> command [args...]\n"
+  std::cerr << "Usage: " << pname << " <leveldb|rocksdb|bluestore-kv> <store path> command [args...]\n"
     << "\n"
     << "Commands:\n"
     << "  list [prefix]\n"