aboutsummaryrefslogtreecommitdiffhomepage
path: root/commands/deploy.go
diff options
context:
space:
mode:
authorRohan Hasabe <[email protected]>2024-10-13 22:10:38 -0400
committerBjørn Erik Pedersen <[email protected]>2024-10-15 08:51:53 +0200
commit6b5e117a1213eecf1320aad292a0979c67f5179d (patch)
treee7cc77979ec165879f0afbfe728a206e14fc60f8 /commands/deploy.go
parent4985be1a4af34dd835e7882605e429cd5ffb1912 (diff)
downloadhugo-6b5e117a1213eecf1320aad292a0979c67f5179d.tar.gz
hugo-6b5e117a1213eecf1320aad292a0979c67f5179d.zip
commands: Use consistent style when describing subcommands
Closes #12897 Change-Id: Ib27a4a7b540d45243e6252db769d4b9fb7447718 Signed-off-by: Rohan Hasabe <[email protected]>
Diffstat (limited to 'commands/deploy.go')
-rw-r--r--commands/deploy.go4
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.