Skip to content

Commit

Permalink
Clarify help text of tcl scripts. (redis#7798)
Browse files Browse the repository at this point in the history
Before this commit, following command did not show --tls option:
./runtest-cluster --help
./runtest-sentinel --help
  • Loading branch information
trevor211 committed Sep 15, 2020
1 parent cb2c7c4 commit 98c8ac0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/instances.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 98c8ac0

Please sign in to comment.