From 9169b2b5ab7a9f0b8bccdc731b9940d23bbb6b21 Mon Sep 17 00:00:00 2001 From: gabriel-suela Date: Thu, 20 Jul 2023 09:46:31 -0300 Subject: [PATCH] cmd: fix log message typo --- cmd/test/info/info.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/test/info/info.go b/cmd/test/info/info.go index 071554796..899bb24c4 100644 --- a/cmd/test/info/info.go +++ b/cmd/test/info/info.go @@ -72,7 +72,7 @@ a bit of go code for each one. Run: func(command *cobra.Command, args []string) { cmd.CheckArgs(1, 1e6, command, args) 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 { checkNormalization = true