summaryrefslogtreecommitdiff
path: root/tests/instances.tcl
diff options
context:
space:
mode:
authorWuYunlong <xzsyeb@126.com>2020-09-15 13:27:42 +0800
committerGitHub <noreply@github.com>2020-09-15 08:27:42 +0300
commit98c8ac0d705608e866a8c0055b09d4a40655f492 (patch)
treec67eaec7dc165ee9d11f186d7464761632c2aeb5 /tests/instances.tcl
parentcb2c7c4d34e01a4c33b5f50f2dc6ca6e857360e0 (diff)
downloadredis-98c8ac0d705608e866a8c0055b09d4a40655f492.tar.gz
Clarify help text of tcl scripts. (#7798)
Before this commit, following command did not show --tls option: ./runtest-cluster --help ./runtest-sentinel --help
Diffstat (limited to 'tests/instances.tcl')
-rw-r--r--tests/instances.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/instances.tcl b/tests/instances.tcl
index 275db45c3..5c4b665db 100644
--- a/tests/instances.tcl
+++ b/tests/instances.tcl
@@ -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 {