mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/14561] Small change to progress bar output
PHPBB3-14561
This commit is contained in:
@@ -167,7 +167,7 @@ class reclean extends command
|
|||||||
$io->newLine(2);
|
$io->newLine(2);
|
||||||
$progress->setFormat(
|
$progress->setFormat(
|
||||||
" %current:s%/%max:s% %bar% %percent:3s%%\n" .
|
" %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);
|
$progress->setBarWidth(60);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user