diff --git a/components/console/helpers/progressbar.rst b/components/console/helpers/progressbar.rst index fec1b8c127f..9b8179e3685 100644 --- a/components/console/helpers/progressbar.rst +++ b/components/console/helpers/progressbar.rst @@ -320,4 +320,4 @@ your own:: For the ``filename`` to be part of the progress bar, just add the ``%filename%`` placeholder in your format:: - $bar->setFormat(" %message%\n %step%/%max%\n Working on %filename%"); + $bar->setFormat(" %message%\n %current%/%max%\n Working on %filename%");