Fix missing option on README

close-election script needs --round option: reflecting to README

TrivialFix

Change-Id: I143fed093fe8596812f2a4ed75cd901d58a5337d
This commit is contained in:
Ian Y. Choi 2020-04-08 19:48:49 +09:00 committed by Tony Breeds
parent abea5f5011
commit 54e83f760f

View File

@ -130,7 +130,7 @@ When PTL Election ends:
* Close the election and udpate the results:
* ``tox -evenv -- close-election ptl``
* ``tox -evenv -- close-election --round ptl``
* Verify projects without candidate have correct TC appointment flag
* ``edit doc/sources/pike/ptl.yaml`` and set election winners to ``True``
@ -262,7 +262,7 @@ A couple of days before the TC Election ends:
When TC Election ends:
* Close the election
* Run: ``tox -e venv -- close-election tc``
* Run: ``tox -e venv -- close-election --round tc``
* ``edit doc/source/pike/tc.yaml`` setting the winners to ``True``
* Commit change and push review