From 01b0377f5b0cc6d44e45e9bd249d0d8c632279b3 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 27 Feb 2016 17:51:00 +0000 Subject: Correct help strings --- prometheus_pgbouncer_exporter/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prometheus_pgbouncer_exporter/cli.py b/prometheus_pgbouncer_exporter/cli.py index c6f4d24..6e4b5a0 100644 --- a/prometheus_pgbouncer_exporter/cli.py +++ b/prometheus_pgbouncer_exporter/cli.py @@ -50,14 +50,14 @@ def main(): p.add( '--port', default='9127', - help="Port to connect to pgbouncer", + help="Port on which to expose metrics", type=int, env_var='PORT', ) p.add( '--host', default='0.0.0.0', - help="Port to connect to pgbouncer", + help="Host on which to expose metrics", env_var='HOST', ) -- cgit v1.2.3