mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-13 12:30:08 -06:00
Fix quoting in help
This commit is contained in:
@@ -90,11 +90,11 @@ def main(argv=None):
|
||||
|
||||
run_parser.add_argument(
|
||||
'--origin', '-o',
|
||||
help='The origin branch"s commit_id when using `git push`',
|
||||
help='The origin branch\'s commit_id when using `git push`',
|
||||
)
|
||||
run_parser.add_argument(
|
||||
'--source', '-s',
|
||||
help='The remote branch"s commit_id when using `git push`',
|
||||
help='The remote branch\'s commit_id when using `git push`',
|
||||
)
|
||||
run_parser.add_argument(
|
||||
'--allow-unstaged-config', default=False, action='store_true',
|
||||
|
||||
Reference in New Issue
Block a user