fix matrix_upload description
This commit is contained in:
parent
73ada3e3b9
commit
64611b66e7
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Reference in a new issue