Skip to content

Commit

Permalink
tools: Fix --journal-path usage description
Browse files Browse the repository at this point in the history
Signed-off-by: David Zafman <dzafman@redhat.com>
  • Loading branch information
dzafman committed Jul 19, 2016
1 parent 18389ec commit 39bbf02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/ceph_objectstore_tool.cc
Expand Up @@ -2259,7 +2259,7 @@ int main(int argc, char **argv)
("data-path", po::value<string>(&dpath),
"path to object store, mandatory")
("journal-path", po::value<string>(&jpath),
"path to journal, mandatory for filestore type")
"path to journal, use if tool can't find it")
("pgid", po::value<string>(&pgidstr),
"PG id, mandatory for info, log, remove, export, rm-past-intervals, mark-complete")
("op", po::value<string>(&op),
Expand Down

0 comments on commit 39bbf02

Please sign in to comment.