From 5993afa4c514676297dee907bb22eb1b57031f95 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 5 Oct 2023 08:47:46 -0700 Subject: commands: Update message displayed when running CLI from GUI Fixes #11525 --- commands/hugo_windows.go | 6 +++--- 1 file 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.` } -- cgit v1.2.3