Remove item

This commit is contained in:
Abhishek Pandey 2023-09-11 16:23:31 +05:30
parent 6774fa2312
commit ba5f917c00

View File

@ -25,10 +25,6 @@ var (
// S3 bucket flags
func AddS3BucketFlags(cmd *cobra.Command) {
fs := cmd.Flags()
fs.StringVar(&CorsoPassphraseFV,
CorsoPassphraseFN,
"",
"Passphrase to protect encrypted repository contents")
// Flags addition ordering should follow the order we want them to appear in help and docs:
// More generic and more frequently used flags take precedence.