From: David Zafman Date: Fri, 13 Sep 2013 02:19:55 +0000 (-0700) Subject: tools: Fix ceph_filestore_dump usage again X-Git-Tag: v0.71~69^2~17 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0655cc156f647244ded0493ec248bd0df5ccf09c;p=ceph.git tools: Fix ceph_filestore_dump usage again Signed-off-by: David Zafman --- diff --git a/src/tools/ceph-filestore-dump.cc b/src/tools/ceph-filestore-dump.cc index 49b8d10bdbaa..266470563d17 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 one of info, log, export, or import, mandatory") + "Type one of info, log, remove, export, or import, mandatory") ("file", po::value(&file), "path of file to export or import") ("debug", "Enable diagnostic output to stderr")