diff options
Diffstat (limited to 'media/tools/constrained_network_server/cn.py')
-rwxr-xr-x | media/tools/constrained_network_server/cn.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media/tools/constrained_network_server/cn.py b/media/tools/constrained_network_server/cn.py index b79d8fb..fe5781c 100755 --- a/media/tools/constrained_network_server/cn.py +++ b/media/tools/constrained_network_server/cn.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2011 The Chromium Authors. All rights reserved. +# Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -66,7 +66,7 @@ def _ParseArgs(): parser.add_option('--server-port', type='int', help='Port to forward traffic on --port to.') parser.add_option('--bandwidth', type='int', - help='Bandwidth of the network in kbps.') + help='Bandwidth of the network in kbit/s.') parser.add_option('--latency', type='int', help=('Latency (delay) added to each outgoing packet in ' 'ms.')) |