Skip to content

Commit

Permalink
commands: Update message displayed when running CLI from GUI
Browse files Browse the repository at this point in the history
Fixes #11525
  • Loading branch information
jmooring authored and bep committed Oct 6, 2023
1 parent d1b4458 commit 5993afa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions commands/hugo_windows.go
Expand Up @@ -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.`
}

0 comments on commit 5993afa

Please sign in to comment.