From 99a048d882fb6f809e78cca92d9c8888ac093c82 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 11 Jul 2012 18:54:30 -0700 Subject: [PATCH] rados: more usage cleanup Signed-off-by: Sage Weil --- src/rados.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rados.cc b/src/rados.cc index 6f62f2f6350..e5bdddd0ad0 100644 --- a/src/rados.cc +++ b/src/rados.cc @@ -86,7 +86,7 @@ void usage(ostream& out) " load-gen [options] generate load on the cluster\n" " listomapkeys list the keys in the object map\n" " getomapval show the value for the specified key\n" - "in the object's object map\n" +" in the object's object map\n" " setomapval \n" " listomapvals \n" " rmomapkey \n" @@ -104,7 +104,7 @@ void usage(ostream& out) " files or objects from the target bucket\n" " or directory.\n" " --workers Number of worker threads to spawn \n" -" default " STR(DEFAULT_NUM_RADOS_WORKER_THREADS) "\n" +" (default " STR(DEFAULT_NUM_RADOS_WORKER_THREADS) ")\n" "\n" "GLOBAL OPTIONS:\n" " --object_locator object_locator\n"