mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-19 02:31:35 -05:00
Fix scripts-dev/definitions.py argparse options
This commit is contained in:
parent
7d55314277
commit
314aabba82
@ -102,7 +102,7 @@ if __name__ == '__main__':
|
||||
"--ignore", action="append", metavar="REGEXP", help="Ignore a pattern"
|
||||
)
|
||||
parser.add_argument(
|
||||
"--pattern", nargs='+', action="append", metavar="REGEXP",
|
||||
"--pattern", action="append", metavar="REGEXP",
|
||||
help="Search for a pattern"
|
||||
)
|
||||
parser.add_argument(
|
||||
|
Loading…
Reference in New Issue
Block a user