Rename s3checker cmd flags

This commit is contained in:
Abhishek Pandey 2023-09-11 14:46:33 +05:30
parent ba5f917c00
commit c0d1df211b

View File

@ -52,12 +52,12 @@ func checkerCommand() (*cobra.Command, error) {
"Name of bucket to check")
fs.StringVar(
&f.bucketPrefix,
"bucket-prefix",
"prefix",
"",
"Prefix to add to all object lookups")
fs.StringSliceVar(
&f.prefixes,
"prefix",
"object-prefix",
nil,
"Set of object prefixes to check. Pass multiple times for multiple prefixes")