From a3b2bb1b4296cb53a90912fffccb42be78a1552d Mon Sep 17 00:00:00 2001 From: Tobia De Koninck Date: Mon, 14 Aug 2017 11:35:38 +0200 Subject: [PATCH] Fix some more style issues --- developer_manual/app/repair.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer_manual/app/repair.rst b/developer_manual/app/repair.rst index d514558dd..3a71965df 100644 --- a/developer_manual/app/repair.rst +++ b/developer_manual/app/repair.rst @@ -54,9 +54,9 @@ Outputting information A repair step can generate information while running, using the ``OCP\Migration\IOutput`` parameter to the ``run`` method. Using the ``info`` and ``warning`` methods a message can be shown in the console. -In orderto show a progressbar, firstly call the ``startProgress`` method. +In order to show a progressbar, firstly call the ``startProgress`` method. The maximum number of steps can be adjusted by passing it as argument to the -``startProgress`` method. After every step run the ``advance`` method. When all steps are finished run the ``finishProgress`` +``startProgress`` method. After every step run the ``advance`` method. Once all steps are finished run the ``finishProgress`` method. The following function will sleep for 10 seconds and show the progress: