From 0655cc156f647244ded0493ec248bd0df5ccf09c Mon Sep 17 00:00:00 2001 From: David Zafman Date: Thu, 12 Sep 2013 19:19:55 -0700 Subject: [PATCH] tools: Fix ceph_filestore_dump usage again Signed-off-by: David Zafman --- src/tools/ceph-filestore-dump.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/ceph-filestore-dump.cc b/src/tools/ceph-filestore-dump.cc index 49b8d10bdba..266470563d1 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") -- 2.47.3