]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Fix usage to include export and import --type options
authorDavid Zafman <david.zafman@inktank.com>
Mon, 9 Sep 2013 21:08:03 +0000 (14:08 -0700)
committerDavid Zafman <david.zafman@inktank.com>
Mon, 9 Sep 2013 21:10:13 +0000 (14:10 -0700)
Signed-off-by: David Zafman <david.zafman@inktank.com>
src/tools/ceph-filestore-dump.cc

index 3badc2160b0ca9e5be7d0e495cfc8b7224d84374..49b8d10bdbaa77801baf8c6814dc6dc0cf872e6e 100644 (file)
@@ -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")