mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2025-12-13 07:44:59 +00:00
consistent casing
This commit is contained in:
@@ -17,5 +17,5 @@ var upgradeCmd = &cobra.Command{
|
||||
|
||||
func init() {
|
||||
rootCmd.AddCommand(upgradeCmd)
|
||||
upgradeCmd.Flags().Bool("no-restic", false, "Also update restic. Default: true")
|
||||
upgradeCmd.Flags().Bool("no-restic", false, "also update restic")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user