diff --git a/pre_commit_hooks/mixed_line_ending.py b/pre_commit_hooks/mixed_line_ending.py index 946ecf6..323708b 100644 --- a/pre_commit_hooks/mixed_line_ending.py +++ b/pre_commit_hooks/mixed_line_ending.py @@ -41,8 +41,7 @@ def _parse_arguments(argv=None): '--fix', choices=[m.optName for m in MixedLineEndingOption], default='auto', - help='Replace line ending with the specified. Default is "auto"', - nargs=1) + help='Replace line ending with the specified. Default is "auto"') parser.add_argument( '-v', '--verbose',