aboutsummaryrefslogtreecommitdiff
path: root/tgserver
diff options
context:
space:
mode:
authorGuillermo Ramos2019-06-29 21:59:57 +0200
committerGuillermo Ramos2019-06-29 21:59:57 +0200
commit5ac0ec6c1557c08716f5a39a3fbd3f1d272422d7 (patch)
tree6db845a70807e33639105a54820ff2a686da0059 /tgserver
parenta6bffb72b4e45522df8b0bf273f9c77420208fc0 (diff)
downloadtgutils-5ac0ec6c1557c08716f5a39a3fbd3f1d272422d7.tar.gz
Fix missing <token> argument in docs
Diffstat (limited to 'tgserver')
-rwxr-xr-xtgserver8
1 files changed, 4 insertions, 4 deletions
diff --git a/tgserver b/tgserver
index 187cb99..d1058bf 100755
--- a/tgserver
+++ b/tgserver
@@ -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