Skip to content

Commit 45608c7

Browse files
author
chenxingxing
committed
docs: fix inconsistent parameter name in CLI help text
1 parent 360f93e commit 45608c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pr_agent/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
def set_parser():
1515
parser = argparse.ArgumentParser(description='AI based pull request analyzer', usage=
1616
"""\
17-
Usage: cli.py --pr-url=<URL on supported git hosting service> <command> [<args>].
17+
Usage: cli.py --pr_url=<URL on supported git hosting service> <command> [<args>].
1818
For example:
1919
- cli.py --pr_url=... review
2020
- cli.py --pr_url=... describe

0 commit comments

Comments
 (0)