mirror of
https://github.com/ceph/ceph
synced 2025-01-20 18:21:57 +00:00
Merge pull request #15326 from xiexingguo/fix-kvtool-tip
tools/ceph_kvstore_tool: add "bluestore-kv" to usage Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
commit
10b32aa501
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user