fix ls command usage text

This commit is contained in:
Ryan Cavicchioni 2020-08-07 22:28:46 -05:00
parent 095c7bd995
commit cd3653deef
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

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",
})
}