mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-01 16:10:07 +03:00
parent
d05b297e61
commit
29aa9baecd
2 changed files with 20 additions and 20 deletions
|
@ -10,7 +10,7 @@ func TestCutUsageMessage(t *testing.T) {
|
|||
cutMessage string
|
||||
}{
|
||||
{"", ""},
|
||||
{" Usage of hugo: \n -b, --baseUrl=...", ""},
|
||||
{" Usage of hugo: \n -b, --baseURL=...", ""},
|
||||
{"Some error Usage of hugo: \n", "Some error"},
|
||||
{"Usage of hugo: \n -b --baseU", ""},
|
||||
{"CRITICAL error for usage of hugo ", "CRITICAL error for usage of hugo"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue