Skip to content

Commit d316a45

Browse files
committed
docs: fix file name decration
1 parent de41e83 commit d316a45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/cli/cli_commands.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ For example, ``return EXIT_ERROR;``
9292

9393
This approach can help with debugging at the system level, if the command, for example, is run via crontab.
9494

95-
You can use the ``EXIT_*`` exit code constants defined in the ``app/Config/Constants.php`` file.
95+
You can use the ``EXIT_*`` exit code constants defined in the **app/Config/Constants.php** file.
9696

9797
***********
9898
BaseCommand

0 commit comments

Comments
 (0)