]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: delete abbreviation for option "--new-uid" 40573/head
authorHuber-ming <zhangsm01@inspur.com>
Tue, 2 Nov 2021 08:35:51 +0000 (16:35 +0800)
committerHuber-ming <zhangsm01@inspur.com>
Tue, 2 Nov 2021 08:35:51 +0000 (16:35 +0800)
Signed-off-by: Huber-ming <zhangsm01@inspur.com>
src/rgw/rgw_admin.cc

index 295ae5a2430e246f144f03d05c76be388d3bfe5a..a5ca10547494f9bb88813e772df39ef8af0df033 100644 (file)
@@ -3391,7 +3391,7 @@ int main(int argc, const char **argv)
         cerr << "no value for uid" << std::endl;
         exit(1);
       }
-    } else if (ceph_argparse_witharg(args, i, &val, "-i", "--new-uid", (char*)NULL)) {
+    } else if (ceph_argparse_witharg(args, i, &val, "--new-uid", (char*)NULL)) {
       new_user_id.from_str(val);
     } else if (ceph_argparse_witharg(args, i, &val, "--tenant", (char*)NULL)) {
       tenant = val;