aboutsummaryrefslogtreecommitdiff
path: root/binary_search_tool/README.bisect
diff options
context:
space:
mode:
Diffstat (limited to 'binary_search_tool/README.bisect')
-rw-r--r--binary_search_tool/README.bisect5
1 files changed, 3 insertions, 2 deletions
diff --git a/binary_search_tool/README.bisect b/binary_search_tool/README.bisect
index 19bcb74b..50df527f 100644
--- a/binary_search_tool/README.bisect
+++ b/binary_search_tool/README.bisect
@@ -207,6 +207,7 @@ Overriding:
./bisect.py package daisy 172.17.211.182 \
--test_script=common/hash_test.sh --install_script=""
- Example 3 (enable verbose mode and disable pruning):
- ./bisect.py package daisy 172.17.211.182 --verbose --noprune
+ Example 3 (enable verbose mode, disable pruning, and disable verification):
+ ./bisect.py package daisy 172.17.211.182 \
+ --verbose --prune=False --verify=False