]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tools/ceph_monstore_tool: add ceph-specific option example
authorMatan Breizman <mbreizma@redhat.com>
Mon, 9 Oct 2023 12:06:42 +0000 (12:06 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Mon, 9 Oct 2023 12:40:04 +0000 (12:40 +0000)
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
src/tools/ceph_monstore_tool.cc

index 9da7f5f5c40ec3ab6e12d4678b0e11f20ba03c38..437b45cd67600933c6fbe23e667ef40eccf7ccd0 100644 (file)
@@ -232,6 +232,7 @@ void usage(const char *n, po::options_description &d)
     << "\nPlease Note:\n"
     << "* Ceph-specific options should be in the format --option-name=VAL\n"
     << "  (specifically, do not forget the '='!!)\n"
+    << "  e.g., 'dump-keys --debug-rocksdb=0'\n"
     << "* Command-specific options need to be passed after a '--'\n"
     << "  e.g., 'get monmap -- --version 10 --out /tmp/foo'"
     << std::endl;