This commit is contained in:
Paul Gauthier 2024-08-10 10:19:15 -07:00
parent 8769f31640
commit 20271454c3
7 changed files with 9 additions and 8 deletions

View file

@ -361,7 +361,7 @@ def get_parser(default_config_files, git_root):
"--attribute-commit-message",
action=argparse.BooleanOptionalAction,
default=False,
help="Prefix commit messages with 'aider: ' (default: False)",
help="Prefix commit messages with 'aider: ' if aider authored the changes (default: False)",
)
group.add_argument(
"--commit",