summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zafman <david.zafman@inktank.com>2013-09-09 14:08:03 -0700
committerDavid Zafman <david.zafman@inktank.com>2013-09-09 14:10:13 -0700
commit95d61c1a864bb95da95b92b827f6c8048a809691 (patch)
treec892360c3398965358b09f66a5bdfdf78d9c5a34
parentf3d507e05d271ef5d91b8fed5259450f9e8fad30 (diff)
downloadceph-95d61c1a864bb95da95b92b827f6c8048a809691.tar.gz
Fix usage to include export and import --type options
Signed-off-by: David Zafman <david.zafman@inktank.com>
-rw-r--r--src/tools/ceph-filestore-dump.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/ceph-filestore-dump.cc b/src/tools/ceph-filestore-dump.cc
index 3badc2160b0..49b8d10bdba 100644
--- a/src/tools/ceph-filestore-dump.cc
+++ b/src/tools/ceph-filestore-dump.cc
@@ -1017,7 +1017,7 @@ int main(int argc, char **argv)
("pgid", po::value<string>(&pgidstr),
"PG id, mandatory")
("type", po::value<string>(&type),
- "Type which is 'info' or 'log', mandatory")
+ "Type one of info, log, export, or import, mandatory")
("file", po::value<string>(&file),
"path of file to export or import")
("debug", "Enable diagnostic output to stderr")