From: Huber-ming Date: Tue, 2 Nov 2021 08:51:12 +0000 (+0800) Subject: rgw: delete the abbreviation of radosgw-admin's option "--infile" X-Git-Tag: v17.1.0~87^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=da3f7c30441e9475e7ec3182823e2a820dc0716b;p=ceph.git rgw: delete the abbreviation of radosgw-admin's option "--infile" Signed-off-by: Huber-ming --- diff --git a/src/rgw/rgw_admin.cc b/src/rgw/rgw_admin.cc index 295ae5a2430e..206783b276ee 100644 --- a/src/rgw/rgw_admin.cc +++ b/src/rgw/rgw_admin.cc @@ -3595,7 +3595,7 @@ int main(int argc, const char **argv) // do nothing } else if (ceph_argparse_witharg(args, i, &val, "--caps", (char*)NULL)) { caps = val; - } else if (ceph_argparse_witharg(args, i, &val, "-i", "--infile", (char*)NULL)) { + } else if (ceph_argparse_witharg(args, i, &val, "--infile", (char*)NULL)) { infile = val; } else if (ceph_argparse_witharg(args, i, &val, "--metadata-key", (char*)NULL)) { metadata_key = val;