From 98c8ac0d705608e866a8c0055b09d4a40655f492 Mon Sep 17 00:00:00 2001 From: WuYunlong Date: Tue, 15 Sep 2020 13:27:42 +0800 Subject: [PATCH] Clarify help text of tcl scripts. (#7798) Before this commit, following command did not show --tls option: ./runtest-cluster --help ./runtest-sentinel --help --- tests/instances.tcl | 1 + 1 file changed, 1 insertion(+) 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 {