From 7aced9275f5a2c4535500ad446686d18c1fd2661 Mon Sep 17 00:00:00 2001 From: wangyingbin Date: Tue, 27 Jul 2021 14:37:12 +0800 Subject: [PATCH] tools/rados: improve the usage message of {get,set}omapaheader Signed-off-by: wangyingbin --- src/tools/rados/rados.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.47.3