summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2021-05-15 15:50:27 +0300
committerYuval Adam <_@yuv.al>2021-05-15 15:50:27 +0300
commitf2873486705162ba9a6b636d7d1986464831d643 (patch)
tree25ec99dc62e455f50fbdd3b35347392a675cd256 /README.md
parent98ba5b4616d53a6ae5f63806cdf8da0ade64534d (diff)
parent0aee560efe392aefe83b76f928746a6cbaeb13f5 (diff)
Merge branch 'main' into module
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.md b/README.md
index 772f9bd..d99c3fe 100644
--- a/README.md
+++ b/README.md
@@ -26,12 +26,13 @@ $ pipenv run alarmpy --help
Usage: alarmpy.py [OPTIONS]
Options:
- --delay INTEGER Polling delay in seconds
- --routine-delay INTEGER Routine message delay in seconds
- --alarm-id Print alarm ID
- --repeat-alarms Do not suppress ongoing alarms
- --quiet Print only active alarms
- --help Show this message and exit.
+ --language [en|he|ar|ru] Alert language
+ --delay INTEGER Polling delay in seconds
+ --routine-delay INTEGER Routine message delay in seconds
+ --alarm-id Print alarm IDs
+ --repeat-alarms Do not suppress ongoing alarms
+ --quiet Print only active alarms
+ --help Show this message and exit.
```
## License