diff --git a/cmd/lume/main.go b/cmd/lume/main.go index ec86572..32b0d90 100644 --- a/cmd/lume/main.go +++ b/cmd/lume/main.go @@ -48,7 +48,7 @@ func main() { cmd, ok := lumecmd.GetCommand(command) if !ok { - fmt.Printf("lume: '%s' is not lume command. See 'lume' --help.'\n", command) + fmt.Printf("lume: '%s' is not lume command. See 'lume help'\n", command) os.Exit(1) } fs := cmd.Flags