add help message

This commit is contained in:
2021-12-22 14:45:04 +01:00
parent bbdae05199
commit 27758a03fa
2 changed files with 7 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ var rootCmd = &cobra.Command{
Version: internal.VERSION,
Use: "autorestic",
Short: "CLI Wrapper for restic",
Long: "Documentation: https://autorestic.vercel.app",
Long: "Documentation:\thttps://autorestic.vercel.app\nSupport:\thttps://discord.gg/wS7RpYTYd2",
}
func Execute() {