From: John Spray Date: Sat, 7 Feb 2015 12:46:25 +0000 (+0000) Subject: ceph_dencoder: add missing 'skip' from usage X-Git-Tag: v9.0.0~246^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a30df506aef38bd357d69bc650dad574f3bdbfd7;p=ceph.git ceph_dencoder: add missing 'skip' from usage Signed-off-by: John Spray --- diff --git a/src/test/encoding/ceph_dencoder.cc b/src/test/encoding/ceph_dencoder.cc index 7e1056503ce0..6de0c2b150f0 100644 --- a/src/test/encoding/ceph_dencoder.cc +++ b/src/test/encoding/ceph_dencoder.cc @@ -37,6 +37,7 @@ void usage(ostream &out) out << "\n"; out << " list_types list supported types\n"; out << " type select in-memory type\n"; + out << " skip skip 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";