diff options
author | Joe Mooring <[email protected]> | 2023-10-05 08:47:46 -0700 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2023-10-06 19:39:35 +0200 |
commit | 5993afa4c514676297dee907bb22eb1b57031f95 (patch) | |
tree | 09c5620f1dd784352f7ac0a8645a48e01d97f967 /commands | |
parent | d1b4458536372a4f8b60395bf867702571169362 (diff) | |
download | hugo-5993afa4c514676297dee907bb22eb1b57031f95.tar.gz hugo-5993afa4c514676297dee907bb22eb1b57031f95.zip |
commands: Update message displayed when running CLI from GUI
Fixes #11525
Diffstat (limited to 'commands')
-rw-r--r-- | commands/hugo_windows.go | 6 |
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.` } |