From: wangyingbin Date: Tue, 27 Jul 2021 06:37:12 +0000 (+0800) Subject: tools/rados: improve the usage message of {get,set}omapaheader X-Git-Tag: v17.1.0~1272^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7aced9275f5a2c4535500ad446686d18c1fd2661;p=ceph-ci.git tools/rados: improve the usage message of {get,set}omapaheader Signed-off-by: wangyingbin --- diff --git a/src/tools/rados/rados.cc b/src/tools/rados/rados.cc index 91500b46fbd..79aa7cc634f 100644 --- a/src/tools/rados/rados.cc +++ b/src/tools/rados/rados.cc @@ -117,10 +117,10 @@ void usage(ostream& out) " getomapval [file] show the value for the specified key\n" " in the object's object map\n" " setomapval \n" -" rmomapkey \n" +" rmomapkey Remove key from the object map of \n" " clearomap [obj-name2 obj-name3...] clear all the omap keys for the specified objects\n" -" getomapheader [file]\n" -" setomapheader \n" +" getomapheader [file] Dump the hexadecimal value of the object map header of \n" +" setomapheader Set the value of the object map header of \n" " watch add watcher on this object\n" " notify notify watcher of this object with message\n" " listwatchers list the watchers of this object\n"