File tree 1 file changed +2
-2
lines changed
rolling-shutter/medley/configuration/command
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ func Build[T configuration.Config](
126
126
}
127
127
genConfigCmd .PersistentFlags ().String ("output" , "" , "output file" )
128
128
genConfigCmd .MarkPersistentFlagRequired ("output" )
129
- genConfigCmd .PersistentFlags ().BoolP ("force" , "f" , false , "Overwrite existing file" )
129
+ genConfigCmd .PersistentFlags ().BoolP ("force" , "f" , false , "overwrite existing file" )
130
130
cb .cobraCommand .AddCommand (genConfigCmd )
131
131
}
132
132
if builder .dumpConfig {
@@ -161,7 +161,7 @@ func Build[T configuration.Config](
161
161
dumpConfigCmd .MarkPersistentFlagRequired ("output" )
162
162
dumpConfigCmd .PersistentFlags ().String ("config" , "" , "config file" )
163
163
dumpConfigCmd .MarkPersistentFlagFilename ("config" )
164
- dumpConfigCmd .PersistentFlags ().BoolP ("force" , "f" , false , "Overwrite existing file" )
164
+ dumpConfigCmd .PersistentFlags ().BoolP ("force" , "f" , false , "overwrite existing file" )
165
165
cb .cobraCommand .AddCommand (dumpConfigCmd )
166
166
}
167
167
return cb
You can’t perform that action at this time.
0 commit comments