From: Joe Mooring Date: Thu, 5 Oct 2023 15:47:46 +0000 (-0700) Subject: commands: Update message displayed when running CLI from GUI X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5993afa4c;p=brevno-suite%2Fhugo commands: Update message displayed when running CLI from GUI Fixes #11525 --- 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.` }