summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
authorklarlund <klarlund@gmail.com>2008-05-20 03:31:46 +0000
committerklarlund <klarlund@gmail.com>2008-05-20 03:31:46 +0000
commit57a60a2f8af1218bc54a1f2f55eeb2e6699d5eea (patch)
tree5f2b2afe96bb3d58bfe605b202689c22096b8958 /bench
parent57afebdd7079ec35d658a68d5d314625c06e3cd5 (diff)
downloaddistcc-git-57a60a2f8af1218bc54a1f2f55eeb2e6699d5eea.tar.gz
Corrent option name.
The option is said to be 'distcc', but it's actually implemented as 'dist'. The latter is fine with me: we have 'dist' and 'pump', with 'pump' being a more advanced 'dist'.
Diffstat (limited to 'bench')
-rwxr-xr-xbench/benchmark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/benchmark.py b/bench/benchmark.py
index 20de7ad..21e935d 100755
--- a/bench/benchmark.py
+++ b/bench/benchmark.py
@@ -114,7 +114,7 @@ Options:
--cc=PATH specify base value of CC to pass to configure
--cxx=PATH specify base value of CXX to pass to configure
-c, --compiler=COMPILER specify one compiler to use; format is
- {local|distcc|lzo|pump},h<NUMHOSTS>,j<NUMJOBS>
+ {local|dist|lzo|pump},h<NUMHOSTS>,j<NUMJOBS>
-n N repeat compilation N times
-a, --actions=ACTIONS comma-separated list of action phases
to perform