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") "Name of bucket to check")
fs.StringVar( fs.StringVar(
&f.bucketPrefix, &f.bucketPrefix,
"bucket-prefix", "prefix",
"", "",
"Prefix to add to all object lookups") "Prefix to add to all object lookups")
fs.StringSliceVar( fs.StringSliceVar(
&f.prefixes, &f.prefixes,
"prefix", "object-prefix",
nil, nil,
"Set of object prefixes to check. Pass multiple times for multiple prefixes") "Set of object prefixes to check. Pass multiple times for multiple prefixes")