mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
commands: Update message displayed when running CLI from GUI
Fixes #11525
This commit is contained in:
parent
d1b4458536
commit
5993afa4c5
1 changed files with 3 additions and 3 deletions
|
@ -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.`
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue