mirror of
https://github.com/gohugoio/hugo.git
synced 2025-03-19 03:52:37 +00:00
Fix spelling mistake in comment
This commit is contained in:
parent
be31b9e287
commit
bebb1b9d5d
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ func init() {
|
||||||
HugoCmd.Flags().BoolVarP(&NoTimes, "noTimes", "", false, "Don't sync modification time of files")
|
HugoCmd.Flags().BoolVarP(&NoTimes, "noTimes", "", false, "Don't sync modification time of files")
|
||||||
hugoCmdV = HugoCmd
|
hugoCmdV = HugoCmd
|
||||||
|
|
||||||
// This messge will be shown to Windows users if Hugo is opened from explorer.exe
|
// This message will be shown to Windows users if Hugo is opened from explorer.exe
|
||||||
cobra.MousetrapHelpText = `
|
cobra.MousetrapHelpText = `
|
||||||
|
|
||||||
Hugo is a command line tool
|
Hugo is a command line tool
|
||||||
|
|
Loading…
Reference in a new issue