From: David Zafman Date: Tue, 8 Sep 2015 20:41:31 +0000 (-0700) Subject: rados: Fix usage for "notify" command X-Git-Tag: v9.1.0~180^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b968fb3bcefb0cdafb1e84d7c679b61a201a940f;p=ceph.git rados: Fix usage for "notify" command Signed-off-by: David Zafman --- diff --git a/src/tools/rados/rados.cc b/src/tools/rados/rados.cc index c845d30027f7..a1a31a647e62 100644 --- a/src/tools/rados/rados.cc +++ b/src/tools/rados/rados.cc @@ -114,7 +114,7 @@ void usage(ostream& out) " setomapheader \n" " tmap-to-omap convert tmap keys/values to omap\n" " watch add watcher on this object\n" -" notify notify wather of this object with message\n" +" notify notify watcher of this object with message\n" " listwatchers list the watchers of this object\n" " set-alloc-hint \n" " set allocation hint for an object\n"