From b5f456f83986f938a1bd839c2a4bb70ee1f68800 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 18 Jan 2012 03:37:17 +0000 Subject: [PATCH] fixed documentation typo in client_test --- examples/client_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/client_test.cpp b/examples/client_test.cpp index d46342ccc..c101cc693 100644 --- a/examples/client_test.cpp +++ b/examples/client_test.cpp @@ -1083,8 +1083,8 @@ int main(int argc, char* argv[]) " -s sets the save path for downloads\n" " -m sets the .torrent monitor directory\n" " -t sets the scan interval of the monitor dir\n" - " -F sets the UI refresh rate. This is the number of\n" - " seconds between screen refreshes.\n" + " -F sets the UI refresh rate. This is the number of\n" + " milliseconds between screen refreshes.\n" " -q automatically quit the client after of refreshes\n" " this is useful for scripting tests\n" " -k enable high performance settings. This overwrites any other\n"