From 95d61c1a864bb95da95b92b827f6c8048a809691 Mon Sep 17 00:00:00 2001 From: David Zafman Date: Mon, 9 Sep 2013 14:08:03 -0700 Subject: [PATCH] Fix usage to include export and import --type options 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 3badc2160b0ca..49b8d10bdbaa7 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") -- 2.39.5