update README

This commit is contained in:
Guilhem Saurel
2021-07-18 18:12:08 +02:00
parent 922ebf5c78
commit c9045d407d
4 changed files with 53 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
import argparse
import os
parser = argparse.ArgumentParser(description=__doc__)
parser = argparse.ArgumentParser(description=__doc__, prog="python -m matrix_webhook")
parser.add_argument(
"-H",
"--host",