Modify the argparse description to get aider/non-aider blame stats

This commit is contained in:
Paul Gauthier 2024-07-29 10:54:24 -03:00 committed by Paul Gauthier (aider)
parent 93a48e5a4c
commit 361a749a89

View file

@ -44,7 +44,7 @@ def get_commit_authors(commits):
hash_len = len('44e6fefc2')
def main():
parser = argparse.ArgumentParser(description="Get commit hashes since a specified tag.")
parser = argparse.ArgumentParser(description="Get aider/non-aider blame stats")
parser.add_argument("tag", help="The tag to start from")
args = parser.parse_args()