mirror of
https://github.com/ceph/ceph
synced 2025-02-21 09:57:26 +00:00
rgw-admin: fix period delete error message
Signed-off-by: Karol Mroz <kmroz@suse.com>
This commit is contained in:
parent
3320f8fe31
commit
a330078e29
@ -2452,7 +2452,7 @@ int main(int argc, char **argv)
|
||||
case OPT_PERIOD_DELETE:
|
||||
{
|
||||
if (period_id.empty()) {
|
||||
cerr << "missing realm name or id" << std::endl;
|
||||
cerr << "missing period id" << std::endl;
|
||||
return -EINVAL;
|
||||
}
|
||||
RGWPeriod period(period_id);
|
||||
|
Loading…
Reference in New Issue
Block a user