Skip to content

Commit

Permalink
Update CLI help text
Browse files Browse the repository at this point in the history
Closes #15
  • Loading branch information
soffes committed Jan 3, 2024
1 parent 4297055 commit 0cd89a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/hue/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ def add(thing)
hue all on \n
hue all off \n
hue all --hue 12345 \n
hue all --bri 25 \n
hue all --hue 50000 --bri 200 --sat 240 \n
hue all --brightness 25 \n
hue all --hue 50000 --brightness 200 --saturation 240 \n
hue all --alert lselect \n
LONGDESC
option :hue, :type => :numeric
Expand All @@ -44,7 +44,7 @@ def all(state = 'on')
long_desc <<-LONGDESC
Examples: \n
hue light 1 on --hue 12345 \n
hue light 1 --bri 25 \n
hue light 1 --brightness 25 \n
hue light 1 --alert lselect \n
hue light 1 off
LONGDESC
Expand Down Expand Up @@ -75,7 +75,7 @@ def groups
long_desc <<-LONGDESC
Examples: \n
hue groups 1 on --hue 12345
hue groups 1 --bri 25
hue groups 1 --brightness 25
hue groups 1 --alert lselect
hue groups 1 off
LONGDESC
Expand Down

0 comments on commit 0cd89a8

Please sign in to comment.