Skip to content

Commit eb688b3

Browse files
authored
[5.4] cli error/help message (joomla#46259)
1 parent 80027ce commit eb688b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cli/joomla.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
|| (filesize(JPATH_CONFIGURATION . '/configuration.php') < 10)
5050
) {
5151
echo 'Install Joomla to run cli commands' . PHP_EOL;
52+
echo 'To install Joomla from the cli run the following command:' . PHP_EOL;
53+
echo 'php installation/joomla.php install' . PHP_EOL;
5254

5355
exit;
5456
}

0 commit comments

Comments
 (0)