]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tools: Fix ceph_filestore_dump usage again
authorDavid Zafman <david.zafman@inktank.com>
Fri, 13 Sep 2013 02:19:55 +0000 (19:19 -0700)
committerDavid Zafman <david.zafman@inktank.com>
Mon, 23 Sep 2013 18:57:09 +0000 (11:57 -0700)
Signed-off-by: David Zafman <david.zafman@inktank.com>
src/tools/ceph-filestore-dump.cc

index 49b8d10bdbaa77801baf8c6814dc6dc0cf872e6e..266470563d17dc21342a7e1dfbf0d756c4faf326 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 one of info, log, export, or import, mandatory")
+     "Type one of info, log, remove, export, or import, mandatory")
     ("file", po::value<string>(&file),
      "path of file to export or import")
     ("debug", "Enable diagnostic output to stderr")