diff options
Diffstat (limited to 'cli')
| -rwxr-xr-x | cli/manipulate.translation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/manipulate.translation.php b/cli/manipulate.translation.php index 740f3c4b7..c0bfd1e36 100755 --- a/cli/manipulate.translation.php +++ b/cli/manipulate.translation.php @@ -166,7 +166,7 @@ Example 8: ignore all unmodified keys. Adds IGNORE comments to all unmodified ke php $file -a ignore_unmodified -l my_lang Example 9: revert ignore on all unmodified keys. Removes IGNORE comments from all unmodified keys in the selected language. - Warning: will also revert individually added IGNOREs on unmodified keys. + Warning: will also revert individually added IGNORE(s) on unmodified keys. php $file -a ignore_unmodified -r -l my_lang Example 10: check if a key exist. |
