We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f75d5df commit 4a5912cCopy full SHA for 4a5912c
root.go
@@ -25,7 +25,7 @@ func NewRootCmd() *cobra.Command {
25
var rootCmd = &cobra.Command{
26
Use: "stash",
27
Short: `Stash by AppsCode - Backup your Kubernetes Volumes`,
28
- Long: `Stash is a Kubernetes operator for restic. For more information, visit here: https://github.com/appscode/stash/tree/master/docs`,
+ Long: `Stash is a Kubernetes operator for restic. For more information, visit here: https://appscode.com/products/stash`,
29
DisableAutoGenTag: true,
30
PersistentPreRun: func(c *cobra.Command, args []string) {
31
c.Flags().VisitAll(func(flag *pflag.Flag) {
0 commit comments