mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #6187 from Security-Onion-Solutions/fix/so-rule-modify-example
Fix `so-rule modify` example
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user