We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce4a57 commit a226d95Copy full SHA for a226d95
1 file changed
examples/install-service.sh
@@ -125,13 +125,13 @@ fi
125
126
cat << EOF
127
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
+Off Threshold: $OFF_THRESHOLD C
+On Threshold: $ON_THRESHOLD C
+Delay: $DELAY seconds
+Preempt: $PREEMPT
+Disable LED: $NOLED
+Disable Button: $NOBUTTON
+Brightness: $BRIGHTNESS
135
136
To change these options, run:
137
sudo ./install-service.sh --off-threshold <n> --on-threshold <n> --delay <n> --brightness <n> (--preempt) (--noled) (--nobutton)
0 commit comments