From 5ac0ec6c1557c08716f5a39a3fbd3f1d272422d7 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Sat, 29 Jun 2019 21:59:57 +0200 Subject: Fix missing argument in docs --- tgrecv | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'tgrecv') diff --git a/tgrecv b/tgrecv index 4670b63..2d80493 100755 --- a/tgrecv +++ b/tgrecv @@ -82,17 +82,17 @@ tgrecv [options] =head1 OPTIONS - --offset Offset of the first message to receive - previous ones are - discarded - --auto-offset Use offset cache to automatically discard previous updates - (if combined with --offset, cache the last update but - still use the provided offset for the current request) - --timeout Timeout for long polling (default: 60 seconds) - --output=file Write the output to file instead of stdout - --token | -t Bot token (see AUTHENTICATION) - --version Show version - --verbose | -v Show more information (combine with -h to see full manual) - --help | -h Show this message + --offset Offset of the first message to receive - previous ones are + discarded + --auto-offset Use offset cache to automatically discard previous updates + (if combined with --offset, cache the last update but + still use the provided offset for the current request) + --timeout Timeout for long polling (default: 60 seconds) + --output=file Write the output to file instead of stdout + (--token | -t) Bot token (see AUTHENTICATION) + --version Show version + --verbose | -v Show more information (combine with -h to see full manual) + --help | -h Show this message =head1 DESCRIPTION -- cgit v1.2.3