Minor fixes

This commit is contained in:
Anthony Sottile
2017-11-06 18:14:59 -08:00
parent 70e7d9c5c4
commit fccb4e6935
2 changed files with 4 additions and 6 deletions

View File

@@ -168,10 +168,7 @@ def main(argv=None):
),
)
autoupdate_parser.add_argument(
'--repo', nargs=1, default=None,
help=(
'Repository to update the hooks of.'
),
'--repo', help='Only update this repository.',
)
migrate_config_parser = subparsers.add_parser(