clarify that date args to list-weeks need to be mondays
Change-Id: If4543af8106def2cbfadca325984792680c8b8a2 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
f752b09669
commit
44222fc97b
@ -9,15 +9,15 @@ import datetime
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument(
|
||||
'previous_release',
|
||||
help='date of previous release, YYYY-MM-DD',
|
||||
help='monday of the week of previous release, YYYY-MM-DD',
|
||||
)
|
||||
parser.add_argument(
|
||||
'next_release',
|
||||
help='date of upcoming release, YYYY-MM-DD',
|
||||
help='monday of the week of upcoming release, YYYY-MM-DD',
|
||||
)
|
||||
parser.add_argument(
|
||||
'summit',
|
||||
help='date of upcoming summit after the release, YYYY-MM-DD',
|
||||
help='monday of the week of upcoming summit after the release, YYYY-MM-DD',
|
||||
)
|
||||
args = parser.parse_args()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user