Skip to content

Commit

Permalink
test/radosgw-admin: update the expected usage outputs
Browse files Browse the repository at this point in the history
to match with the latest radosgw-admin changes.

Signed-off-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Feb 20, 2016
1 parent 6582b7d commit cf8483f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/rgw/rgw_admin.cc
Expand Up @@ -223,7 +223,7 @@ void _usage()
cout << " --categories=<list> comma separated list of categories, used in usage show\n";
cout << " --caps=<caps> list of caps (e.g., \"usage=read, write; user=read\"\n";
cout << " --yes-i-really-mean-it required for certain operations\n";
cout << " --reset-regions reset regionmap when regionmap update";
cout << " --reset-regions reset regionmap when regionmap update\n";
cout << "\n";
cout << "<date> := \"YYYY-MM-DD[ hh:mm:ss]\"\n";
cout << "\nQuota options:\n";
Expand Down
12 changes: 6 additions & 6 deletions src/test/cli/radosgw-admin/help.t
Expand Up @@ -130,10 +130,11 @@
--bucket-id=<bucket-id>
--shard-id=<shard-id> optional for mdlog list
required for:
mdlog trim
replica mdlog get/delete
replica datalog get/delete
mdlog trim
replica mdlog get/delete
replica datalog get/delete
--metadata-key=<key> key to retrieve metadata from with metadata get
--remote=<remote> remote to pull period
--parent=<id> parent period id
--period=<id> period id
--epoch=<number> period epoch
Expand Down Expand Up @@ -174,8 +175,8 @@
--categories=<list> comma separated list of categories, used in usage show
--caps=<caps> list of caps (e.g., "usage=read, write; user=read"
--yes-i-really-mean-it required for certain operations
--reset-zonegroups reset zonegroupmap when zonegroupmap update
--reset-regions reset regionmap when regionmap update
<date> := "YYYY-MM-DD[ hh:mm:ss]"
Quota options:
Expand All @@ -197,4 +198,3 @@
--version show version and quit

[1]

0 comments on commit cf8483f

Please sign in to comment.