]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_dencoder: add missing 'skip' from usage
authorJohn Spray <john.spray@redhat.com>
Sat, 7 Feb 2015 12:46:25 +0000 (12:46 +0000)
committerJohn Spray <john.spray@redhat.com>
Tue, 17 Feb 2015 14:23:22 +0000 (14:23 +0000)
Signed-off-by: John Spray <john.spray@redhat.com>
src/test/encoding/ceph_dencoder.cc

index 7e1056503ce016de617cc70fe5995697290d8567..6de0c2b150f0f6be0d2537550ef16aa337cc8a4f 100644 (file)
@@ -37,6 +37,7 @@ void usage(ostream &out)
   out << "\n";
   out << "  list_types          list supported types\n";
   out << "  type <classname>    select in-memory type\n";
+  out << "  skip <num>          skip <num> leading bytes before decoding\n";
   out << "  decode              decode into in-memory object\n";
   out << "  encode              encode in-memory object\n";
   out << "  dump_json           dump in-memory object as json (to stdout)\n";