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

@ -1,4 +1,3 @@
#!/usr/bin/env python3
"""
Matrix Webhook.

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",