]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Update src/rgw/rgw_admin.cc 35/head
authorcholcombe973 <xfactor973@gmail.com>
Wed, 23 Jan 2013 00:07:27 +0000 (19:07 -0500)
committercholcombe973 <xfactor973@gmail.com>
Wed, 23 Jan 2013 00:07:27 +0000 (19:07 -0500)
Improved the usage message.

src/rgw/rgw_admin.cc

index fb419d93b4cfd459408b653fa4034f5970dfc229..41b8ec5f1b42723ceada27a81b51420c3424f3b1 100644 (file)
@@ -1324,7 +1324,7 @@ int main(int argc, char **argv)
 
   if (opt_cmd == OPT_LOG_SHOW || opt_cmd == OPT_LOG_RM) {
     if (object.empty() && (date.empty() || bucket_name.empty() || bucket_id.empty())) {
-      cerr << "object or (at least one of date, bucket, bucket-id) were not specified" << std::endl;
+      cerr << "specify an object or a date, bucket and bucket-id" << std::endl;
       return usage();
     }