rgw-admin: fix period delete error message

Signed-off-by: Karol Mroz <kmroz@suse.com>
This commit is contained in:
Karol Mroz 2016-04-08 16:47:40 +02:00
parent 3320f8fe31
commit a330078e29

View File

@ -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);