Merge pull request #6187 from Security-Onion-Solutions/fix/so-rule-modify-example

Fix `so-rule modify` example
This commit is contained in:
William Wernert
2021-11-10 14:31:28 -05:00
committed by GitHub

View File

@@ -405,7 +405,7 @@ def main():
enabled_list.set_defaults(func=list_enabled_rules) enabled_list.set_defaults(func=list_enabled_rules)
search_term_help='A quoted regex search term (ex: "\$EXTERNAL_NET")' search_term_help='A properly escaped regex search term (ex: "\\\$EXTERNAL_NET")'
replace_term_help='The text to replace the search term with' replace_term_help='The text to replace the search term with'
# Modify actions # Modify actions