Unverified Commit 98c8ac0d authored by WuYunlong's avatar WuYunlong Committed by GitHub
Browse files

Clarify help text of tcl scripts. (#7798)

Before this commit, following command did not show --tls option:
./runtest-cluster --help
./runtest-sentinel --help
parent cb2c7c4d
...@@ -243,6 +243,7 @@ proc parse_options {} { ...@@ -243,6 +243,7 @@ proc parse_options {} {
puts "--pause-on-error Pause for manual inspection on error." puts "--pause-on-error Pause for manual inspection on error."
puts "--fail Simulate a test failure." puts "--fail Simulate a test failure."
puts "--valgrind Run with valgrind." puts "--valgrind Run with valgrind."
puts "--tls Run tests in TLS mode."
puts "--help Shows this help." puts "--help Shows this help."
exit 0 exit 0
} else { } else {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment