shithub: hugo

Download patch

ref: 8914fe7ed7e7e55e07be32564159310c90e2dbd4
parent: b0f536fb276f63df0b0b8d92aeda80affb4b6a34
author: Robert van Gent <[email protected]>
date: Fri May 31 06:00:15 EDT 2019

Update CLI doc for "long" form

--- a/commands/deploy.go
+++ b/commands/deploy.go
@@ -44,9 +44,11 @@
 	cc.baseCmd = newBaseCmd(&cobra.Command{
 		Use:   "deploy",
 		Short: "Deploy your site to a Cloud provider.",
-		// TODO: improve Long docstring.
-		// TODO: update real documentation. Is it in ../docs/ or in hugoDocs?
-		Long: `Deploy your site to a Cloud provider.`,
+		Long: `Deploy your site to a Cloud provider.
+
+See https://gohugo.io/hosting-and-deployment/hugo-deploy/ for detailed
+documentation.
+`,
 
 		RunE: func(cmd *cobra.Command, args []string) error {
 			cfgInit := func(c *commandeer) error {