Skip to content

Commit

Permalink
Merge pull request #266 from wp-cli/fix/terminology
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera authored Jul 19, 2021
2 parents 66dd90b + ade4266 commit d652968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MakePotCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ class MakePotCommand extends WP_CLI_Command {
* If left empty, defaults to the destination POT file. POT file headers will be ignored.
*
* [--subtract=<paths>]
* : Comma-separated list of POT files whose contents should act as some sort of blacklist for string extraction.
* Any string which is found on that blacklist will not be extracted.
* : Comma-separated list of POT files whose contents should act as some sort of denylist for string extraction.
* Any string which is found on that denylist will not be extracted.
* This can be useful when you want to create multiple POT files from the same source directory with slightly
* different content and no duplicate strings between them.
*
Expand Down

0 comments on commit d652968

Please sign in to comment.