From b968fb3bcefb0cdafb1e84d7c679b61a201a940f Mon Sep 17 00:00:00 2001 From: David Zafman Date: Tue, 8 Sep 2015 13:41:31 -0700 Subject: [PATCH] rados: Fix usage for "notify" command Signed-off-by: David Zafman --- src/tools/rados/rados.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3