Skip to content

Commit 668425f

Browse files
ulopejannikluhn
andauthored
Apply suggestions from code review
Co-authored-by: jannikluhn <[email protected]>
1 parent abbf054 commit 668425f

File tree

1 file changed

+2
-2
lines changed
  • rolling-shutter/medley/configuration/command

1 file changed

+2
-2
lines changed

rolling-shutter/medley/configuration/command/command.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func Build[T configuration.Config](
126126
}
127127
genConfigCmd.PersistentFlags().String("output", "", "output file")
128128
genConfigCmd.MarkPersistentFlagRequired("output")
129-
genConfigCmd.PersistentFlags().BoolP("force", "f", false, "Overwrite existing file")
129+
genConfigCmd.PersistentFlags().BoolP("force", "f", false, "overwrite existing file")
130130
cb.cobraCommand.AddCommand(genConfigCmd)
131131
}
132132
if builder.dumpConfig {
@@ -161,7 +161,7 @@ func Build[T configuration.Config](
161161
dumpConfigCmd.MarkPersistentFlagRequired("output")
162162
dumpConfigCmd.PersistentFlags().String("config", "", "config file")
163163
dumpConfigCmd.MarkPersistentFlagFilename("config")
164-
dumpConfigCmd.PersistentFlags().BoolP("force", "f", false, "Overwrite existing file")
164+
dumpConfigCmd.PersistentFlags().BoolP("force", "f", false, "overwrite existing file")
165165
cb.cobraCommand.AddCommand(dumpConfigCmd)
166166
}
167167
return cb

0 commit comments

Comments
 (0)