Merge pull request #11236 from renhwztetecs/renhw-wip-cephfs-journal-tool

tool/cephfs: displaying "list" in journal event mode

Reviewed-by: John Spray <john.spray@redhat.com>
This commit is contained in:
John Spray 2016-10-07 15:16:06 +02:00 committed by GitHub
commit 020e0f8523

View File

@ -57,7 +57,7 @@ void JournalTool::usage()
<< " --frag=<ino>.<frag> [--dname=<dentry string>]\n"
<< " --client=<session id integer>\n"
<< " <effect>: [get|apply|recover_dentries|splice]\n"
<< " <output>: [summary|binary|json] [--path <path>]\n"
<< " <output>: [summary|list|binary|json] [--path <path>]\n"
<< "\n"
<< "Options:\n"
<< " --rank=<str> Journal rank (default 0)\n";