]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: fix usage
authorYehuda Sadeh <yehuda@inktank.com>
Thu, 6 Sep 2012 17:15:54 +0000 (10:15 -0700)
committerYehuda Sadeh <yehuda@inktank.com>
Thu, 6 Sep 2012 17:15:54 +0000 (10:15 -0700)
Fixes: #3085
usage was showing 'bucket info' command that never
existed.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/rgw/rgw_admin.cc
src/test/cli/radosgw-admin/help.t

index 561d4a4aef72bd0e2449c2b2c51a6c1607663501..c347fd1846e2ca2b731f9e9479a6abf33f308180 100644 (file)
@@ -46,7 +46,6 @@ void _usage()
   cerr << "  bucket link                link bucket to specified user\n";
   cerr << "  bucket unlink              unlink bucket from specified user\n";
   cerr << "  bucket stats               returns bucket statistics\n";
-  cerr << "  bucket info                show bucket information\n";
   cerr << "  bucket rm                  remove bucket\n";
   cerr << "  object rm                  remove object\n";
   cerr << "  pool add                   add an existing pool for data placement\n";
index 265cb016780f205b55ad141d2670bb6bfb616be8..c71de5c2957353775215791a01d86bce94715024 100644 (file)
@@ -16,7 +16,6 @@
     bucket link                link bucket to specified user
     bucket unlink              unlink bucket from specified user
     bucket stats               returns bucket statistics
-    bucket info                show bucket information
     bucket rm                  remove bucket
     object rm                  remove object
     pool add                   add an existing pool for data placement