mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Fix quoting in help
This commit is contained in:
parent
857fd4ea72
commit
3eba6ff48a
1 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue