Fix scripts-dev/definitions.py argparse options

pull/288/head
Mark Haines 2015-09-23 10:45:33 +01:00
parent 7d55314277
commit 314aabba82
1 changed files with 1 additions and 1 deletions

View File

@ -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(