From: xiaomanh Date: Wed, 8 Aug 2018 10:43:13 +0000 (+0800) Subject: tools: correct the description of Allowed options in osdomap tool X-Git-Tag: v14.0.1~349^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7ea93b32c947232d325bdf12d2ed0ea4fc4a1f43;p=ceph.git tools: correct the description of Allowed options in osdomap tool Signed-off-by: xiaomanh --- 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")