Skip to content

Commit

Permalink
fixup! Add 'caption' to file message
Browse files Browse the repository at this point in the history
+ with
  • Loading branch information
threema-eduard committed Aug 21, 2024
1 parent 419213d commit fe61bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion threema/gateway/bin/gateway_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe61bab

Please sign in to comment.