Compare commits

..

No commits in common. "7e09d3b3e63e2337b7730ff6a38d1322ce063a8f" and "629e5566ae0d9fec39e9ab1ea2f71a232eb254a4" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ func init() {
RegisterCommand(cmdName, Command{
Func: LsCmd,
Flags: fs,
Use: "[--selector=<selector>]",
Use: "[--selector=<selector>",
Short: "List the lights",
})
}

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