]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tools: correct the description of Allowed options in osdomap tool 23488/head
authorxiaomanh <huangxiaoman@cmss.chinamobile.com>
Wed, 8 Aug 2018 10:43:13 +0000 (18:43 +0800)
committerxiaomanh <huangxiaoman@cmss.chinamobile.com>
Wed, 5 Sep 2018 05:48:20 +0000 (13:48 +0800)
Signed-off-by: xiaomanh <huangxiaoman@cmss.chinamobile.com>
src/tools/ceph_osdomap_tool.cc

index 59746b5c855896d315c4cbac9bdc54f14b596c8a..8e15851d848ee561da159ec1845a506742c4895e 100644 (file)
@@ -31,7 +31,7 @@ int main(int argc, char **argv) {
   desc.add_options()
     ("help", "produce help message")
     ("omap-path", po::value<string>(&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<string>(&oid), "Restrict to this object id when dumping objects")