tools: correct the description of Allowed options in osdomap tool

Signed-off-by: xiaomanh <huangxiaoman@cmss.chinamobile.com>
This commit is contained in:
xiaomanh 2018-08-08 18:43:13 +08:00
parent bfd0cde8ff
commit 7ea93b32c9

View 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")