mirror of
https://github.com/ceph/ceph
synced 2025-02-24 11:37:37 +00:00
tools: correct the description of Allowed options in osdomap tool
Signed-off-by: xiaomanh <huangxiaoman@cmss.chinamobile.com>
This commit is contained in:
parent
bfd0cde8ff
commit
7ea93b32c9
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user