From: Samuel Just Date: Wed, 16 Jan 2013 05:24:50 +0000 (-0800) Subject: rados.cc: fix listomapvals usage: key,val are not needed X-Git-Tag: v0.57~194 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=44c45e520cc2e60c6c803bb245edb9330bff37e4;p=ceph.git rados.cc: fix listomapvals usage: key,val are not needed Fixes: #3812 Signed-off-by: Samuel Just Reviewed-by: David Zafman --- diff --git a/src/rados.cc b/src/rados.cc index f9d2fefe9430..5284d0a94dc3 100644 --- a/src/rados.cc +++ b/src/rados.cc @@ -87,10 +87,10 @@ void usage(ostream& out) " cleanup clean up a previous benchmark operation\n" " load-gen [options] generate load on the cluster\n" " listomapkeys list the keys in the object map\n" +" listomapvals list the keys and vals in the object map \n" " getomapval show the value for the specified key\n" " in the object's object map\n" " setomapval \n" -" listomapvals \n" " rmomapkey \n" " getomapheader \n" " setomapheader \n"