From 64611b66e74107f7dac4c9a257fd6cd498159d1a Mon Sep 17 00:00:00 2001 From: Maze Date: Sun, 19 Jan 2020 13:09:06 +0100 Subject: [PATCH] fix matrix_upload description --- contrib/matrix_upload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/matrix_upload b/contrib/matrix_upload index 5e86ddc..25b79f5 100755 --- a/contrib/matrix_upload +++ b/contrib/matrix_upload @@ -251,7 +251,7 @@ def upload_process(args): def main(): 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(