summaryrefslogtreecommitdiffstats
path: root/arafetch
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-03-28 10:03:08 +0200
committermakefu <github@syntax-fehler.de>2018-03-28 10:03:08 +0200
commit41d5a19db6898a71c1c743b7a8f49b5f5fa1b391 (patch)
tree9a01815432ea052ca374435d420d7c7c7be01d1e /arafetch
parent46fdeec627686f1779251810c5fd20b4b3f2bfc0 (diff)
use localhost
Diffstat (limited to 'arafetch')
-rw-r--r--arafetch/ara2influx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/arafetch/ara2influx.py b/arafetch/ara2influx.py
index 574a856..76fa3a6 100644
--- a/arafetch/ara2influx.py
+++ b/arafetch/ara2influx.py
@@ -4,7 +4,7 @@
Options:
--db FILE path to db [Default: db.json]
--cantine CANTINE name of the cantine [Default: thales-deutschland]
- --host HOST hostname or ip of influx [Default: omo]
+ --host HOST hostname or ip of influx [Default: localhost]
"""
import sys
from docopt import docopt