Skip to content

Commit a226d95

Browse files
committed
Tidied up setting summary
1 parent 1ce4a57 commit a226d95

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

examples/install-service.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,13 @@ fi
125125

126126
cat << EOF
127127
Setting up with:
128-
Off Threshold: $OFF_THRESHOLD C
129-
On Threshold: $ON_THRESHOLD C
130-
Delay: $DELAY seconds
131-
Preempt: $PREEMPT
132-
No LED: $NOLED
133-
No Button: $NOBUTTON
134-
Brightness: $BRIGHTNESS
128+
Off Threshold: $OFF_THRESHOLD C
129+
On Threshold: $ON_THRESHOLD C
130+
Delay: $DELAY seconds
131+
Preempt: $PREEMPT
132+
Disable LED: $NOLED
133+
Disable Button: $NOBUTTON
134+
Brightness: $BRIGHTNESS
135135
136136
To change these options, run:
137137
sudo ./install-service.sh --off-threshold <n> --on-threshold <n> --delay <n> --brightness <n> (--preempt) (--noled) (--nobutton)

0 commit comments

Comments
 (0)