From aa5c0a73517c6924481b7ce16b09c28b21a1d91a Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Wed, 23 Dec 2020 09:37:44 -0500 Subject: [PATCH] Clarify prompt instructions for so-elastalert-test --- salt/common/tools/sbin/so-elastalert-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/common/tools/sbin/so-elastalert-test b/salt/common/tools/sbin/so-elastalert-test index 4e59aacb3..51d00e6fa 100755 --- a/salt/common/tools/sbin/so-elastalert-test +++ b/salt/common/tools/sbin/so-elastalert-test @@ -96,7 +96,7 @@ rule_prompt(){ echo "-----------------------------------" echo while [ -z "$RULE_NAME" ]; do - read -p "Please enter the rule filename you want to test (filename only, no path): " -e RULE_NAME + read -p "Choose a rule to test from the list above (must be typed exactly as shown above): " -e RULE_NAME done }