#991 fix typo in the cli usage text

This commit is contained in:
Mitchell Livingston 2008-06-08 23:59:19 +00:00
parent 457585252a
commit a7778f63fa
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ const char * USAGE =
" -f, --finish <script> Command you wish to run on completion\n"
" -n --nat-traversal Attempt NAT traversal using NAT-PMP or UPnP IGD\n"
" -p, --port <int> Port we should listen on (default = %d)\n"
" -t, --tos <int> Peer socket TOS (0 to 255, default = 32)\n"
" -t, --tos <int> Peer socket TOS (0 to 255, default = 8)\n"
" -u, --upload <int> Maximum upload rate (-1 = no limit, default = 20)\n"
" -v, --verbose <int> Verbose level (0 to 2, default = 0)\n"
" -y, --recheck Force a recheck of the torrent data\n";