From: John Spray Date: Mon, 19 May 2014 23:12:07 +0000 (+0100) Subject: tools/JournalTool: update usage() X-Git-Tag: v0.82~48^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=708c4eda4d55b9d373b067d1c45c80aae9b0bf67;p=ceph.git tools/JournalTool: update usage() Signed-off-by: John Spray --- diff --git a/src/tools/cephfs/JournalFilter.cc b/src/tools/cephfs/JournalFilter.cc index 9bd766fd183d..aefbb2f67793 100644 --- a/src/tools/cephfs/JournalFilter.cc +++ b/src/tools/cephfs/JournalFilter.cc @@ -243,8 +243,6 @@ int JournalFilter::parse_args( return -EINVAL; } client_name = entity_name_t::CLIENT(client_num); - - dout(4) << "dentry filter: '" << frag_dentry << "'" << dendl; } else { // We're done with args the filter understands break; diff --git a/src/tools/cephfs/JournalTool.cc b/src/tools/cephfs/JournalTool.cc index 74dc7e255f81..c11cabafd331 100644 --- a/src/tools/cephfs/JournalTool.cc +++ b/src/tools/cephfs/JournalTool.cc @@ -40,10 +40,16 @@ void JournalTool::usage() std::cout << "Usage: \n" << " cephfs-journal-tool [options] journal [inspect|import|export|reset]\n" << " cephfs-journal-tool [options] header \n" - << " cephfs-journal-tool [options] event \n" - << " : [--by-type=|--by-inode=|--by-path=|by-tree=|by-range=..|by-dirfrag-name=,]\n" - << " : [get|splice]\n" - << " : [summary|binary|json] [-o ] [--latest]\n" + << " cephfs-journal-tool [options] event \n" + << " :\n" + << " --range=..\n" + << " --path=\n" + << " --inode=\n" + << " --type=<\n" + << " --frag=. [--dname=]\n" + << " --client=\n" + << " : [get|apply|splice]\n" + << " : [summary|binary|json] [--path ]\n" << "\n" << "Options:\n" << " --rank= Journal rank (default 0)\n";