diff options
| author | Mirek Kratochvil <exa.exa@gmail.com> | 2025-10-11 14:37:26 +0200 |
|---|---|---|
| committer | Mirek Kratochvil <exa.exa@gmail.com> | 2025-10-11 14:37:26 +0200 |
| commit | 191120d9562c5825cc77f91a3bd82392b0d4ead9 (patch) | |
| tree | a9f74a5abd1205876611c354fc71c332975c9d82 | |
| parent | 82c973b2e92e45cc91820dc9d471c16f3e27c0ab (diff) | |
| download | patchodon-191120d9562c5825cc77f91a3bd82392b0d4ead9.tar.gz patchodon-191120d9562c5825cc77f91a3bd82392b0d4ead9.tar.bz2 | |
oh fix this
| -rwxr-xr-x | patchodon.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchodon.py b/patchodon.py index 9ee5565..dc4d0fd 100755 --- a/patchodon.py +++ b/patchodon.py @@ -11,7 +11,7 @@ def main(): ap = argparse.ArgumentParser( prog=sys.argv[0], epilog="patchodon.py version " + VERSION + " is a free software.", - description="Generate metadata from a single document change.", + description="Publicly send and receive git patch series via Mastodon.", ) cmds = ap.add_subparsers(required=True, dest="command") |
