mirror of
https://github.com/moparisthebest/xeps
synced 2025-01-30 23:10:10 -05:00
tools: fix help of accept.py
This commit is contained in:
parent
37fb9f444a
commit
0b1bea7835
@ -124,7 +124,7 @@ def main():
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"votedate",
|
"votedate",
|
||||||
type=isodate,
|
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(
|
parser.add_argument(
|
||||||
|
Loading…
Reference in New Issue
Block a user