rgw: fix usage

Fixes: #3085
usage was showing 'bucket info' command that never
existed.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
This commit is contained in:
Yehuda Sadeh 2012-09-06 10:15:54 -07:00
parent 3fed44acd1
commit a5b9ba7773
2 changed files with 0 additions and 2 deletions

View 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";

View 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