From 10165001b7f513945a6917a5955dad3af8296c84 Mon Sep 17 00:00:00 2001 From: David Daily Date: Tue, 26 Jan 2021 11:00:47 -0600 Subject: [PATCH] forgot to document the off parameter --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 90b29b8..4ee5490 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,14 @@ Just specify how long you want it to hold said action in seconds. I haven't test If you don't specify this for solid colors it will just tell it to go to that color and end. If you don't set it for blinking or patterns it goes on for 1000000 seconds (11.57 days, so essentially until the script gets stopped) +## Turning the flag off +Only specify the parameter `off` and it will turn off the flag + ## Examples `Run %A_AhkPath% "flag.ahk" "b" "red" "10"` `Run %A_AhkPath% "flag.ahk" "p" "police"` -`Run %A_AhkPath% "flag.ahk" "s" "magenta" "35"` \ No newline at end of file +`Run %A_AhkPath% "flag.ahk" "s" "magenta" "35"` + +`Run %A_AhkPath% "flag.ahk" "off"` \ No newline at end of file