diff --git a/cmd/ls.go b/cmd/ls.go index 495ecbc..0129838 100644 --- a/cmd/ls.go +++ b/cmd/ls.go @@ -17,7 +17,7 @@ func init() { RegisterCommand(cmdName, Command{ Func: LsCmd, Flags: fs, - Use: "[--selector=", + Use: "[--selector=]", Short: "List the lights", }) }