consistent casing

This commit is contained in:
2021-04-28 10:54:30 +02:00
parent c1795b2acc
commit 37b26dfc31
4 changed files with 4 additions and 5 deletions

View File

@@ -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")
}