mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
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:
parent
3fed44acd1
commit
a5b9ba7773
@ -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";
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user