From 54e83f760fcde807f8d836c371cc949d7ce7dfe9 Mon Sep 17 00:00:00 2001 From: "Ian Y. Choi" Date: Wed, 8 Apr 2020 19:48:49 +0900 Subject: [PATCH] Fix missing option on README close-election script needs --round option: reflecting to README TrivialFix Change-Id: I143fed093fe8596812f2a4ed75cd901d58a5337d --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 51b753a3..8e2e287e 100644 --- a/README.rst +++ b/README.rst @@ -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