Skip to content

Commit

Permalink
Add descriptions to cLI scripts
Browse files Browse the repository at this point in the history
I was looking at the CLI scripts and wasn't sure what these two did as they had no description. Eventually I saw the description lower down the file. To make it easier for others I copied the description to the top (as with the other CLI scripts)
  • Loading branch information
brianteeman committed Aug 16, 2017
1 parent 5486f16 commit e2d1ab5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cli/deletefiles.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

/**
* A command line cron job to attempt to remove files that should have been deleted at update.
*/

// We are a valid entry point.
const _JEXEC = 1;

Expand Down
4 changes: 4 additions & 0 deletions cli/garbagecron.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

/**
* A command line cron job to trash expired cache data.
*/

// Initialize Joomla framework
const _JEXEC = 1;

Expand Down

0 comments on commit e2d1ab5

Please sign in to comment.