cmd: fix log message typo
This commit is contained in:
parent
0957c8fb74
commit
9169b2b5ab
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ a bit of go code for each one.
|
||||||
Run: func(command *cobra.Command, args []string) {
|
Run: func(command *cobra.Command, args []string) {
|
||||||
cmd.CheckArgs(1, 1e6, command, args)
|
cmd.CheckArgs(1, 1e6, command, args)
|
||||||
if !checkNormalization && !checkControl && !checkLength && !checkStreaming && !all {
|
if !checkNormalization && !checkControl && !checkLength && !checkStreaming && !all {
|
||||||
log.Fatalf("no tests selected - select a test or use -all")
|
log.Fatalf("no tests selected - select a test or use --all")
|
||||||
}
|
}
|
||||||
if all {
|
if all {
|
||||||
checkNormalization = true
|
checkNormalization = true
|
||||||
|
|
Loading…
Reference in a new issue