]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
commands: Update message displayed when running CLI from GUI
authorJoe Mooring <joe.mooring@veriphor.com>
Thu, 5 Oct 2023 15:47:46 +0000 (08:47 -0700)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 6 Oct 2023 17:39:35 +0000 (19:39 +0200)
Fixes #11525

commands/hugo_windows.go

index e1fd981323b8090c4cd797aa7e18fc45774d080c..169c6288f075846989f1e9fb69e9d7877b7ff24d 100644 (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.`
 }