fix ls command usage text

This commit is contained in:
Ryan Cavicchioni 2020-08-07 22:28:46 -05:00
parent 629e5566ae
commit 80036ca8ac
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

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