mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-13 20:24:00 +02:00
commands: Update message displayed when running CLI from GUI
Fixes #11525
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
d1b4458536
commit
5993afa4c5
@@ -25,9 +25,9 @@ func init() {
|
|||||||
// This message to show to Windows users if Hugo is opened from explorer.exe
|
// This message to show to Windows users if Hugo is opened from explorer.exe
|
||||||
cobra.MousetrapHelpText = `
|
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 cmd.exe and run Hugo from there.
|
You need to open PowerShell and run Hugo from there.
|
||||||
|
|
||||||
Visit https://gohugo.io/ for more information.`
|
Visit https://gohugo.io/ for more information.`
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user