diff options
| author | 2024-07-08 12:00:58 +0200 | |
|---|---|---|
| committer | 2024-07-08 12:00:58 +0200 | |
| commit | d56d791bafa5cdbe23067d01b92cd690e7ccb6cf (patch) | |
| tree | 84581dcd020945a390ec1563db6eebac080ca439 /cli/manipulate.translation.php | |
| parent | 5a5ccc94f39d5207a5c4be2523b4bcf4e87d9457 (diff) | |
Update composer shfmt typos (#6614)
Diffstat (limited to 'cli/manipulate.translation.php')
| -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. |
