From 24c716cac35b0c5476944108e545058749c43e61 Mon Sep 17 00:00:00 2001 From: Avinash Sonawane Date: Sun, 14 Mar 2021 11:20:02 +0000 Subject: Fix `new theme` command description `hugo new theme foo` creates theme `foo` in `./themes` and not in current directory. --- commands/new_theme.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/new_theme.go') diff --git a/commands/new_theme.go b/commands/new_theme.go index 3ffd85c04..965c2ca5f 100644 --- a/commands/new_theme.go +++ b/commands/new_theme.go @@ -38,7 +38,7 @@ func (b *commandsBuilder) newNewThemeCmd() *newThemeCmd { cmd := &cobra.Command{ Use: "theme [name]", Short: "Create a new theme", - Long: `Create a new theme (skeleton) called [name] in the current directory. + Long: `Create a new theme (skeleton) called [name] in ./themes. New theme is a skeleton. Please add content to the touched files. Add your name to the copyright line in the license and adjust the theme.toml file as you see fit.`, -- cgit v1.2.3