From: Matan Breizman Date: Mon, 9 Oct 2023 12:06:42 +0000 (+0000) Subject: tools/ceph_monstore_tool: add ceph-specific option example X-Git-Tag: v19.0.0~102^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6caf2c437128809b294506f61237f1aecf16aea8;p=ceph.git tools/ceph_monstore_tool: add ceph-specific option example Signed-off-by: Matan Breizman --- diff --git a/src/tools/ceph_monstore_tool.cc b/src/tools/ceph_monstore_tool.cc index 9da7f5f5c40e..437b45cd6760 100644 --- a/src/tools/ceph_monstore_tool.cc +++ b/src/tools/ceph_monstore_tool.cc @@ -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;