aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/thumbnail/recreate.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/console/command/thumbnail/recreate.php')
-rw-r--r--phpBB/phpbb/console/command/thumbnail/recreate.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/phpbb/console/command/thumbnail/recreate.php b/phpBB/phpbb/console/command/thumbnail/recreate.php
index 569642f2a4..71c5d90654 100644
--- a/phpBB/phpbb/console/command/thumbnail/recreate.php
+++ b/phpBB/phpbb/console/command/thumbnail/recreate.php
@@ -48,6 +48,8 @@ class recreate extends \phpbb\console\command\command
/**
* Executes the command thumbnail:recreate.
*
+ * This command is a "macro" to execute thumbnail:delete and then thumbnail:generate.
+ *
* @param InputInterface $input The input stream used to get the argument and verboe option.
* @param OutputInterface $output The output stream, used for printing verbose-mode and error information.
*