1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-26 04:52:36 +01:00

[ticket/14561] Small change to progress bar output

PHPBB3-14561
This commit is contained in:
Matt Friedman 2016-03-28 15:26:56 -07:00
parent e81bf76dea
commit 2b90591a31

View File

@ -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);
}