Fix help usage

This commit is contained in:
Ryan Cavicchioni 2021-01-10 21:00:41 -06:00
parent cd3653deef
commit 1397fbe4a3
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -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