From 16e23084096aa013c6605a0ed76c5fb60f32db69 Mon Sep 17 00:00:00 2001 From: Florian Rupp Date: Wed, 10 May 2023 18:29:23 +0200 Subject: [PATCH] minor change to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9726d78..c551b60 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Note: It is vital that /run/utmp is mapped in the docker container, otherwise th ### As a python script Alternatively, you can simply run the prometheus-ssh-exporter.py file with python3. -The command line arguments are explained if you use `python3 ./prometheus-ssh-exporter.py -h` +The command line arguments are explained if you use `python3 ./prometheus-ssh-exporter.py --help` Make sure you set the right external port using the -p or --port argument.