minor change to README

This commit is contained in:
Florian Rupp 2023-05-10 18:29:23 +02:00
parent 859085137f
commit 16e2308409

View file

@ -36,7 +36,7 @@ Note: It is vital that /run/utmp is mapped in the docker container, otherwise th
### As a python script ### As a python script
Alternatively, you can simply run the prometheus-ssh-exporter.py file with python3. 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. Make sure you set the right external port using the -p or --port argument.