diff options
author | Andreas Deininger <[email protected]> | 2023-06-28 09:30:27 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-06-28 09:30:27 +0200 |
commit | 793e38f5ce69c7eb3e70e377b21019f3eec912cb (patch) | |
tree | 468f0ec8ec01cae67ade244ba097ae39c061e8da /testscripts | |
parent | 7f698c89346acb5e5116736d25325a046652ba81 (diff) | |
download | hugo-793e38f5ce69c7eb3e70e377b21019f3eec912cb.tar.gz hugo-793e38f5ce69c7eb3e70e377b21019f3eec912cb.zip |
commands: Fix help message for hugo new theme
Closes #11161.
Diffstat (limited to 'testscripts')
-rw-r--r-- | testscripts/commands/new.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testscripts/commands/new.txt b/testscripts/commands/new.txt index 92cc3b7da..4c77104b2 100644 --- a/testscripts/commands/new.txt +++ b/testscripts/commands/new.txt @@ -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 |