diff options
author | Adam Spiers <git@adamspiers.org> | 2018-06-15 10:41:44 +0100 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2018-06-15 10:41:44 +0100 |
commit | a79c27051c65059e374b72d9c36e3ce0c0cd53f2 (patch) | |
tree | dd4448487c709e633412f9bf82fd7ac2e3ce7b5c /git_deps/cli.py | |
parent | 063ec7f606aa3e6136d95ed6eb9033d3988bd050 (diff) | |
download | git-deps-a79c27051c65059e374b72d9c36e3ce0c0cd53f2.tar.gz |
add reminder about CLI usge help duplication
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.', |