tools: fix help of accept.py

This commit is contained in:
Jonas Schäfer 2019-02-04 16:41:20 +01:00
parent 37fb9f444a
commit 0b1bea7835
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ def main():
parser.add_argument(
"votedate",
type=isodate,
help="The date of the vote, in ISO format (%Y-%m-%d)."
help="The date of the vote, in ISO format (%%Y-%%m-%%d)."
)
parser.add_argument(