From: Martin Mares Date: Sat, 2 Nov 2019 14:58:13 +0000 (+0100) Subject: burrow-prometheus: typo X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=88601718637646d55c8942284c65fa47e2ee390c;p=home-hw.git burrow-prometheus: typo --- diff --git a/prometheus/burrow-prometheus.c b/prometheus/burrow-prometheus.c index fc2c582..0e760e7 100644 --- a/prometheus/burrow-prometheus.c +++ b/prometheus/burrow-prometheus.c @@ -441,7 +441,7 @@ static int use_debug; static struct opt_section options = { OPT_ITEMS { - OPT_HELP("A daemon for controlling the solid state relay module via MQTT"), + OPT_HELP("A daemon for transferring MQTT data to Prometheus"), OPT_HELP(""), OPT_HELP("Options:"), OPT_BOOL('d', "debug", use_debug, 0, "\tLog debugging messages"),