fix matrix_upload description

This commit is contained in:
Maze 2020-01-19 13:09:06 +01:00
parent 73ada3e3b9
commit 64611b66e7

View file

@ -251,7 +251,7 @@ def upload_process(args):
def main(): def main():
parser = argparse.ArgumentParser( parser = argparse.ArgumentParser(
description="Download and decrypt matrix attachments" description="Encrypt and upload matrix attachments"
) )
parser.add_argument("file", help="the file that will be uploaded") parser.add_argument("file", help="the file that will be uploaded")
parser.add_argument( parser.add_argument(