From 2cf8d20aee629684b7ad7cab7f1e445964173be3 Mon Sep 17 00:00:00 2001 From: YankunLi Date: Wed, 14 Oct 2015 10:54:52 +0800 Subject: [PATCH] update radosgw-admin command the command "radosgw-admin caps remove" should be "radosgw-admin caps rm" radosgw-admin: commands caps rm remove user capabilities --- doc/radosgw/admin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/radosgw/admin.rst b/doc/radosgw/admin.rst index e10745ff4801..e6869778fd3b 100644 --- a/doc/radosgw/admin.rst +++ b/doc/radosgw/admin.rst @@ -293,7 +293,7 @@ For example:: To remove administrative capabilities from a user, execute the following:: - radosgw-admin caps remove --uid=johndoe --caps={caps} + radosgw-admin caps rm --uid=johndoe --caps={caps} Quota Management -- 2.47.3