diff options
| -rw-r--r-- | phpBB/phpbb/console/command/thumbnail/delete.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/phpBB/phpbb/console/command/thumbnail/delete.php b/phpBB/phpbb/console/command/thumbnail/delete.php index 52a6c424e6..82a53727ab 100644 --- a/phpBB/phpbb/console/command/thumbnail/delete.php +++ b/phpBB/phpbb/console/command/thumbnail/delete.php @@ -61,7 +61,7 @@ class delete extends \phpbb\console\command\command  	/**  	* Executes the command thumbnail:delete.  	* -	* Delete all the existing thumbnails (and update the database in consequences). +	* Deletes all existing thumbnails and updates the database accordingly.  	*  	* @param InputInterface $input The input stream used to get the argument and verbose option.  	* @param OutputInterface $output The output stream, used for printing verbose-mode and error information. | 
