Update CLI doc for "long" form

This commit is contained in:
Robert van Gent 2019-05-31 10:00:15 -07:00 committed by Bjørn Erik Pedersen
parent b0f536fb27
commit 8914fe7ed7

View file

@ -44,9 +44,11 @@ func newDeployCmd() *deployCmd {
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 {