From: David Zafman Date: Mon, 9 Sep 2013 21:08:03 +0000 (-0700) Subject: Fix usage to include export and import --type options X-Git-Tag: v0.71~155 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=95d61c1a864bb95da95b92b827f6c8048a809691;p=ceph.git Fix usage to include export and import --type options Signed-off-by: David Zafman --- 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(&pgidstr), "PG id, mandatory") ("type", po::value(&type), - "Type which is 'info' or 'log', mandatory") + "Type one of info, log, export, or import, mandatory") ("file", po::value(&file), "path of file to export or import") ("debug", "Enable diagnostic output to stderr")