forgot to document the off parameter

This commit is contained in:
David Daily 2021-01-26 11:00:47 -06:00
parent 2db92d6fed
commit 10165001b7
1 changed files with 6 additions and 1 deletions

View File

@ -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"`
`Run %A_AhkPath% "flag.ahk" "s" "magenta" "35"`
`Run %A_AhkPath% "flag.ahk" "off"`