fixed documentation typo in client_test

This commit is contained in:
Arvid Norberg 2012-01-18 03:37:17 +00:00
parent 88012b6a1c
commit b5f456f839
1 changed files with 2 additions and 2 deletions

View File

@ -1083,8 +1083,8 @@ int main(int argc, char* argv[])
" -s <path> sets the save path for downloads\n"
" -m <path> sets the .torrent monitor directory\n"
" -t <seconds> sets the scan interval of the monitor dir\n"
" -F <seconds> sets the UI refresh rate. This is the number of\n"
" seconds between screen refreshes.\n"
" -F <milliseconds> sets the UI refresh rate. This is the number of\n"
" milliseconds between screen refreshes.\n"
" -q <num loops> automatically quit the client after <num loops> of refreshes\n"
" this is useful for scripting tests\n"
" -k enable high performance settings. This overwrites any other\n"