From b64fef771390e58a9d1e2a745b7450570e256c68 Mon Sep 17 00:00:00 2001 From: weiqiaomiao Date: Thu, 16 Jun 2016 18:39:02 +0800 Subject: [PATCH] rgw:add missing "--staging" to radosgw-admin usage Signed-off-by: weiqiaomiao --- src/rgw/rgw_admin.cc | 1 + src/test/cli/radosgw-admin/help.t | 1 + 2 files changed, 2 insertions(+) diff --git a/src/rgw/rgw_admin.cc b/src/rgw/rgw_admin.cc index 9cd5732f55e91..5677d6ee45bf4 100644 --- a/src/rgw/rgw_admin.cc +++ b/src/rgw/rgw_admin.cc @@ -188,6 +188,7 @@ void _usage() cout << " --period= period id\n"; cout << " --epoch= period epoch\n"; cout << " --commit commit the period during 'period update'\n"; + cout << " --staging get staging period info\n"; cout << " --master set as master\n"; cout << " --master-url master url\n"; cout << " --master-zonegroup= master zonegroup id\n"; diff --git a/src/test/cli/radosgw-admin/help.t b/src/test/cli/radosgw-admin/help.t index aa34ebb131795..4572141f3abd4 100644 --- a/src/test/cli/radosgw-admin/help.t +++ b/src/test/cli/radosgw-admin/help.t @@ -140,6 +140,7 @@ --period= period id --epoch= period epoch --commit commit the period during 'period update' + --staging get staging period info --master set as master --master-url master url --master-zonegroup= master zonegroup id -- 2.39.5