From 382742460ba8d7c931d3082d4b277d5bb10a4d90 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Tue, 10 Mar 2009 12:10:28 +0000 Subject: [PATCH] plot out kbps, too --- src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 5ea37ad2..8f379372 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -86,7 +86,8 @@ int main ( int argc, char** argv ) 100, 1000000, rDbleArgument ) ) { iUploadRateLimitKbps = static_cast ( rDbleArgument ); - cout << "maximum upload rate: " << iUploadRateLimitKbps << std::endl; + cout << "maximum upload rate: " << iUploadRateLimitKbps << + " kbps" << std::endl; continue; }