From: xie xingguo Date: Sat, 27 May 2017 03:06:56 +0000 (+0800) Subject: tools/ceph_kvstore_tool: add "bluestore-kv" to usage X-Git-Tag: v12.1.0~57^2~10^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5cace1935b701ea97a76c599d6a5ea183ae795a0;p=ceph.git tools/ceph_kvstore_tool: add "bluestore-kv" to usage 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 --- diff --git a/src/tools/ceph_kvstore_tool.cc b/src/tools/ceph_kvstore_tool.cc index adca8a71be2a..a7384f753476 100644 --- a/src/tools/ceph_kvstore_tool.cc +++ b/src/tools/ceph_kvstore_tool.cc @@ -245,7 +245,7 @@ class StoreTool void usage(const char *pname) { - std::cerr << "Usage: " << pname << " command [args...]\n" + std::cerr << "Usage: " << pname << " command [args...]\n" << "\n" << "Commands:\n" << " list [prefix]\n"