File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -181,11 +181,11 @@ unused or only the missing messages, by using the ``--only-unused`` or
181
181
$ php bin/console debug:translation en --only-unused
182
182
$ php bin/console debug:translation en --only-missing
183
183
184
- Debug Command Exist Status Codes
185
- --------------------------------
184
+ Debug Command Exit Codes
185
+ ------------------------
186
186
187
- The exit status code of the ``debug:translation `` command changes depending on
188
- the status of the translations. Use the following public constants to check it::
187
+ The exit code of the ``debug:translation `` command changes depending on the
188
+ status of the translations. Use the following public constants to check it::
189
189
190
190
use Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand;
191
191
@@ -209,4 +209,4 @@ These constants are defined as "bit masks", so you can combine them as follows::
209
209
210
210
.. versionadded :: 5.1
211
211
212
- The exit status codes were introduced in Symfony 5.1
212
+ The exit codes were introduced in Symfony 5.1
You can’t perform that action at this time.
0 commit comments