We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7504307 commit 2cf127fCopy full SHA for 2cf127f
pre_commit/main.py
@@ -148,7 +148,7 @@ def _adjust_args_and_chdir(args):
148
def main(argv=None):
149
argv = argv if argv is not None else sys.argv[1:]
150
argv = [five.to_text(arg) for arg in argv]
151
- parser = argparse.ArgumentParser()
+ parser = argparse.ArgumentParser(prog='pre_commit')
152
153
# https://stackoverflow.com/a/8521644/812183
154
parser.add_argument(
0 commit comments