diff options
author | Guillermo Ramos | 2019-06-29 21:59:57 +0200 |
---|---|---|
committer | Guillermo Ramos | 2019-06-29 21:59:57 +0200 |
commit | 5ac0ec6c1557c08716f5a39a3fbd3f1d272422d7 (patch) | |
tree | 6db845a70807e33639105a54820ff2a686da0059 | |
parent | a6bffb72b4e45522df8b0bf273f9c77420208fc0 (diff) | |
download | tgutils-5ac0ec6c1557c08716f5a39a3fbd3f1d272422d7.tar.gz |
Fix missing <token> argument in docs
-rwxr-xr-x | tgrecv | 22 | ||||
-rwxr-xr-x | tgsend | 10 | ||||
-rwxr-xr-x | tgserver | 8 |
3 files changed, 20 insertions, 20 deletions
@@ -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) <token> 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 @@ -67,11 +67,11 @@ tgsend [options] [chatid1 chatid2 ...] =head1 OPTIONS - --pretend | -p Do not actually do anything - --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 + --pretend | -p Do not actually do anything + (--token | -t) <token> 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 @@ -80,10 +80,10 @@ tgserver [options] -- B<prog> =head1 OPTIONS - --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 + (--token | -t) <token> 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 |