docs: Single Qoute for ignore pattern with "!"

because wouldnt work with default bash settings as its part of history expansion in bash
This commit is contained in:
TearsDontFalls 2015-05-16 11:53:49 +02:00
parent a8cb8a01a3
commit d88c3a0e95

View File

@ -68,7 +68,7 @@ Here are some other examples for ignore patterns:
--ignore "^example.com:"
# Ignore everything but example.com and mitmproxy.org:
--ignore "^(?!example\.com)(?!mitmproxy\.org)"
--ignore '^(?!example\.com)(?!mitmproxy\.org)'
# Transparent mode:
--ignore 17\.178\.96\.59:443