From 7ea93b32c947232d325bdf12d2ed0ea4fc4a1f43 Mon Sep 17 00:00:00 2001 From: xiaomanh Date: Wed, 8 Aug 2018 18:43:13 +0800 Subject: [PATCH] tools: correct the description of Allowed options in osdomap tool Signed-off-by: xiaomanh --- src/tools/ceph_osdomap_tool.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/ceph_osdomap_tool.cc b/src/tools/ceph_osdomap_tool.cc index 59746b5c85589..8e15851d848ee 100644 --- a/src/tools/ceph_osdomap_tool.cc +++ b/src/tools/ceph_osdomap_tool.cc @@ -31,7 +31,7 @@ int main(int argc, char **argv) { desc.add_options() ("help", "produce help message") ("omap-path", po::value(&store_path), - "path to mon directory, mandatory (current/omap usually)") + "path to omap directory, mandatory (current/omap usually)") ("paranoid", "use paranoid checking") ("debug", "Additional debug output from DBObjectMap") ("oid", po::value(&oid), "Restrict to this object id when dumping objects") -- 2.39.5