mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 00:52:38 +00:00
Clarify help text of tcl scripts. (#7798)
Before this commit, following command did not show --tls option: ./runtest-cluster --help ./runtest-sentinel --help
This commit is contained in:
parent
cb2c7c4d34
commit
98c8ac0d70
@ -243,6 +243,7 @@ proc parse_options {} {
|
||||
puts "--pause-on-error Pause for manual inspection on error."
|
||||
puts "--fail Simulate a test failure."
|
||||
puts "--valgrind Run with valgrind."
|
||||
puts "--tls Run tests in TLS mode."
|
||||
puts "--help Shows this help."
|
||||
exit 0
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user