commit ec2f93037dbd2fd6a006c183d9801cabda0c8c71 Author: David Fifield david@bamsoftware.com Date: Fri Nov 4 00:54:41 2011 -0700
Fix a usage example. --- experiments/switching/remote-tor-constant.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/experiments/switching/remote-tor-constant.sh b/experiments/switching/remote-tor-constant.sh index c1cce88..c1f1a82 100755 --- a/experiments/switching/remote-tor-constant.sh +++ b/experiments/switching/remote-tor-constant.sh @@ -1,6 +1,6 @@ #!/bin/bash
-# Usage: ./remote-tor-constant.sh +# Usage: ./remote-tor-constant.sh [OUTPUT_FILENAME] # # Tests a Tor download over an uninterrupted flash proxy. If OUTPUT_FILENAME is # supplied, appends the time measurement to that file.
tor-commits@lists.torproject.org