oh fix this

This commit is contained in:
Mirek Kratochvil 2025-10-11 14:37:26 +02:00
parent 82c973b2e9
commit 191120d956

View file

@ -11,7 +11,7 @@ def main():
ap = argparse.ArgumentParser( ap = argparse.ArgumentParser(
prog=sys.argv[0], prog=sys.argv[0],
epilog="patchodon.py version " + VERSION + " is a free software.", 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") cmds = ap.add_subparsers(required=True, dest="command")