Skip to content

Commit eb21e66

Browse files
committed
test: Fix buffer size option listing in run --help
1 parent bda6e45 commit eb21e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ usage() {
1010
echo
1111
echo "Interesting options:"
1212
echo " --tool_exec= Test against a different bash executable."
13-
echo " --buffer_size Change expect match buffer size from our default of 20000 bytes."
13+
echo " --buffer-size Change expect match buffer size from our default of 20000 bytes."
1414
echo " --debug Create a dbg.log in the test directory with detailed expect match information."
1515
echo " --timeout Change expect timeout from the default of 10 seconds."
1616
echo " --debug-xtrace Create an xtrace.log in the test directory with set -x output."

0 commit comments

Comments
 (0)