aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/user
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2016-03-28 15:26:56 -0700
committerMatt Friedman <maf675@gmail.com>2016-03-31 15:07:59 -0700
commit2b90591a317fd75c7c8c4cf690d7209935f3e810 (patch)
treec680b08eab10bf0f6e7114cd0e17fa4174561e65 /phpBB/phpbb/console/command/user
parente81bf76dea82c4bc98ab7214a656a093c67f25dd (diff)
downloadforums-2b90591a317fd75c7c8c4cf690d7209935f3e810.tar
forums-2b90591a317fd75c7c8c4cf690d7209935f3e810.tar.gz
forums-2b90591a317fd75c7c8c4cf690d7209935f3e810.tar.bz2
forums-2b90591a317fd75c7c8c4cf690d7209935f3e810.tar.xz
forums-2b90591a317fd75c7c8c4cf690d7209935f3e810.zip
[ticket/14561] Small change to progress bar output
PHPBB3-14561
Diffstat (limited to 'phpBB/phpbb/console/command/user')
-rw-r--r--phpBB/phpbb/console/command/user/reclean.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/user/reclean.php b/phpBB/phpbb/console/command/user/reclean.php
index 20c2816be5..e298c285be 100644
--- a/phpBB/phpbb/console/command/user/reclean.php
+++ b/phpBB/phpbb/console/command/user/reclean.php
@@ -167,7 +167,7 @@ class reclean extends command
$io->newLine(2);
$progress->setFormat(
" %current:s%/%max:s% %bar% %percent:3s%%\n" .
- " %message% %elapsed:6s%/%estimated:-6s% %memory:6s%\n");
+ " %elapsed:6s%/%estimated:-6s% %memory:6s%\n");
$progress->setBarWidth(60);
}