Rename s3checker cmd flags
This commit is contained in:
parent
ba5f917c00
commit
c0d1df211b
@ -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")
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user