summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorJoe Mooring <joe.mooring@veriphor.com>2023-10-05 08:47:46 -0700
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-10-06 19:39:35 +0200
commit5993afa4c514676297dee907bb22eb1b57031f95 (patch)
tree09c5620f1dd784352f7ac0a8645a48e01d97f967 /commands
parentd1b4458536372a4f8b60395bf867702571169362 (diff)
commands: Update message displayed when running CLI from GUI
Fixes #11525
Diffstat (limited to 'commands')
-rw-r--r--commands/hugo_windows.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/hugo_windows.go b/commands/hugo_windows.go
index e1fd98132..169c6288f 100644
--- a/commands/hugo_windows.go
+++ b/commands/hugo_windows.go
@@ -25,9 +25,9 @@ func init() {
// This message to show to Windows users if Hugo is opened from explorer.exe
cobra.MousetrapHelpText = `
- Hugo is a command-line tool for generating static website.
+ Hugo is a command-line tool for generating static websites.
+
+ You need to open PowerShell and run Hugo from there.
- You need to open cmd.exe and run Hugo from there.
-
Visit https://gohugo.io/ for more information.`
}