decsriptions

This commit is contained in:
2021-04-11 13:08:50 +02:00
parent 335724cce7
commit 9ba58ee7f8
4 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ import (
var upgradeCmd = &cobra.Command{
Use: "upgrade",
Short: "A brief description of your command",
Short: "Upgrade autorestic and restic",
Run: func(cmd *cobra.Command, args []string) {
noRestic, _ := cmd.Flags().GetBool("no-restic")
err := bins.Upgrade(!noRestic)