commands: Fix help message for hugo new theme

Closes #11161.
This commit is contained in:
Andreas Deininger 2023-06-28 09:30:27 +02:00 committed by GitHub
parent 7f698c8934
commit 793e38f5ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

View file

@ -10,7 +10,7 @@ cd mysite
checkfile hugo.toml
hugo new theme -h
stdout 'Create a new site in the provided directory'
stdout 'Create a new theme \(skeleton\) called \[name\] in ./themes'
hugo new theme mytheme
stdout 'Creating theme'
cd themes