summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2021-05-15 15:46:07 +0300
committerYuval Adam <_@yuv.al>2021-05-15 15:46:31 +0300
commit0aee560efe392aefe83b76f928746a6cbaeb13f5 (patch)
tree240b07dc9d5b3e4180bc0c82b4ad3432d9718fa2 /README.md
parenta5348ccb8c720d1831a5fc157eac4dab9314ebdd (diff)
Add localization support
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