diff options
Diffstat (limited to 'commands/deploy.go')
-rw-r--r-- | commands/deploy.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/deploy.go b/commands/deploy.go index 873da14a4..f0bc670ca 100644 --- a/commands/deploy.go +++ b/commands/deploy.go @@ -42,8 +42,8 @@ import ( func newDeployCommand() simplecobra.Commander { return &simpleCommand{ name: "deploy", - short: "Deploy your site to a Cloud provider.", - long: `Deploy your site to a Cloud provider. + short: "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. |