Clarify prompt instructions for so-elastalert-test

This commit is contained in:
Jason Ertel
2020-12-23 09:37:44 -05:00
parent eef1f49d09
commit aa5c0a7351

View File

@@ -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
}