]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tool/cephfs: displaying "list" in journal event mode 11236/head
authorhuanwen ren <rhwlyw@163.com>
Tue, 27 Sep 2016 09:04:22 +0000 (17:04 +0800)
committerGitHub <noreply@github.com>
Tue, 27 Sep 2016 09:04:22 +0000 (17:04 +0800)
lack of displaying "list" when use the journal event mode of cephfs-journal-tool

Signed-off-by: huanwen ren <ren.huanwen@zte.com.cn>
src/tools/cephfs/JournalTool.cc

index 7866b6b954b639558938d15c396c6224d6e13e3c..5176eeabbb08446754c5d7dfd0703a0b9009c41a 100644 (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";