]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rados.cc: fix listomapvals usage: key,val are not needed
authorSamuel Just <sam.just@inktank.com>
Wed, 16 Jan 2013 05:24:50 +0000 (21:24 -0800)
committerSamuel Just <sam.just@inktank.com>
Wed, 16 Jan 2013 22:33:37 +0000 (14:33 -0800)
Fixes: #3812
Signed-off-by: Samuel Just <sam.just@inktank.com>
Reviewed-by: David Zafman <david.zafman@inktank.com>
src/rados.cc

index f9d2fefe943049d4f99ec02912cd10391601cd34..5284d0a94dc301ff8edf3a840f3d66e6983c3f87 100644 (file)
@@ -87,10 +87,10 @@ void usage(ostream& out)
 "   cleanup <prefix>                 clean up a previous benchmark operation\n"
 "   load-gen [options]               generate load on the cluster\n"
 "   listomapkeys <obj-name>          list the keys in the object map\n"
+"   listomapvals <obj-name>          list the keys and vals in the object map \n"
 "   getomapval <obj-name> <key>      show the value for the specified key\n"
 "                                    in the object's object map\n"
 "   setomapval <obj-name> <key> <val>\n"
-"   listomapvals <obj-name> <key> <val>\n"
 "   rmomapkey <obj-name> <key> <val>\n"
 "   getomapheader <obj-name>\n"
 "   setomapheader <obj-name> <val>\n"