diff options
Diffstat (limited to 'git_deps/cli.py')
-rwxr-xr-x | git_deps/cli.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/git_deps/cli.py b/git_deps/cli.py index da636df..be2fb45 100755 --- a/git_deps/cli.py +++ b/git_deps/cli.py @@ -35,6 +35,9 @@ from git_deps.utils import abort def parse_args(): + ##################################################################### + # REMINDER!! If you change this, remember to update README.md too. + ##################################################################### parser = argparse.ArgumentParser( description='Auto-detects commits on which the given ' 'commit(s) depend.', |