Rename blacklist and whitelist into block list and allowlist

This commit is contained in:
Gaël Métais
2020-08-11 01:37:32 +02:00
parent 6e6285c5ae
commit 1bdfc8a5d2
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ var cli = meow({
' --cookie Adds a cookie on the main domain.',
' --auth-user Basic HTTP authentication username.',
' --auth-pass Basic HTTP authentication password.',
' --block-domain Disallow requests to given (comma-separated) domains - aka blacklist.',
' --allow-domain Only allow requests to given (comma-separated) domains - aka whitelist.',
' --block-domain Disallow requests to given (comma-separated) domains.',
' --allow-domain Only allow requests to given (comma-separated) domains.',
' --no-externals Block all domains except the main one.',
' --reporter The output format: "json" or "xml". Default is "json".',
''