From 5cace1935b701ea97a76c599d6a5ea183ae795a0 Mon Sep 17 00:00:00 2001 From: xie xingguo Date: Sat, 27 May 2017 11:06:56 +0800 Subject: [PATCH] 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 --- src/tools/ceph_kvstore_tool.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/ceph_kvstore_tool.cc b/src/tools/ceph_kvstore_tool.cc index adca8a71be2..a7384f75347 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" -- 2.39.5