Skip to content

Commit

Permalink
Prepare docs for 0.6.0 release (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha authored Jan 3, 2018
1 parent f75d5df commit 4a5912c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func NewRootCmd() *cobra.Command {
var rootCmd = &cobra.Command{
Use: "stash",
Short: `Stash by AppsCode - Backup your Kubernetes Volumes`,
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`,
DisableAutoGenTag: true,
PersistentPreRun: func(c *cobra.Command, args []string) {
c.Flags().VisitAll(func(flag *pflag.Flag) {
Expand Down

0 comments on commit 4a5912c

Please sign in to comment.