Skip to content

Commit a5791e9

Browse files
committed
fix: update command option typo
1 parent 3a89ecf commit a5791e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/TranslateStrings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class TranslateStrings extends Command
2424
{--r|reference= : Reference languages for translation guidance (e.g. --reference=fr,es). If not provided, will ask interactively}
2525
{--c|chunk= : Chunk size for translation (e.g. --chunk=100)}
2626
{--m|max-context= : Maximum number of context items to include (e.g. --max-context=1000)}
27-
{--skip-big-files : Skip files with more than 500 strings to translate}
27+
{--force-big-files : Force translation of files with more than 500 strings}
2828
{--show-prompt : Show the whole AI prompts during translation}
2929
{--non-interactive : Run in non-interactive mode, using default or provided values}';
3030

0 commit comments

Comments
 (0)