Skip to content

Commit

Permalink
test: Fix buffer size option listing in run --help
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Jun 22, 2018
1 parent bda6e45 commit eb21e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ usage() {
echo
echo "Interesting options:"
echo " --tool_exec= Test against a different bash executable."
echo " --buffer_size Change expect match buffer size from our default of 20000 bytes."
echo " --buffer-size Change expect match buffer size from our default of 20000 bytes."
echo " --debug Create a dbg.log in the test directory with detailed expect match information."
echo " --timeout Change expect timeout from the default of 10 seconds."
echo " --debug-xtrace Create an xtrace.log in the test directory with set -x output."
Expand Down

0 comments on commit eb21e66

Please sign in to comment.