From fe61babf18eca83786e9b6a0b11f55347572d2c6 Mon Sep 17 00:00:00 2001 From: Eduard Portmann Date: Wed, 21 Aug 2024 18:01:55 +0200 Subject: [PATCH] fixup! Add 'caption' to file message + with --- threema/gateway/bin/gateway_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threema/gateway/bin/gateway_client.py b/threema/gateway/bin/gateway_client.py index a20e779..8fc96c7 100755 --- a/threema/gateway/bin/gateway_client.py +++ b/threema/gateway/bin/gateway_client.py @@ -428,7 +428,7 @@ async def send_video(ctx, **arguments): The relative or absolute path to a thumbnail. """) @click.option('-c', '--caption', help=""" -An optional caption to send along the attached file. +An optional caption to send alongside the attached file. """) @click.pass_context @util.aio_run