commands: Update message displayed when running CLI from GUI

Fixes #11525
This commit is contained in:
Joe Mooring 2023-10-05 08:47:46 -07:00 committed by Bjørn Erik Pedersen
parent d1b4458536
commit 5993afa4c5

View file

@ -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.`
}