Change the help text
This commit is contained in:
parent
1aa8b9dd25
commit
e503caa62b
|
@ -82,7 +82,7 @@ def render_tree(pkgs, list_all):
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
parser = argparse.ArgumentParser(description='Dependency tree for python packages')
|
parser = argparse.ArgumentParser(description='Dependency tree of the installed python packages')
|
||||||
parser.add_argument('-a', '--all', action='store_true', help='list all deps at top level')
|
parser.add_argument('-a', '--all', action='store_true', help='list all deps at top level')
|
||||||
parser.add_argument('-l', '--local-only',
|
parser.add_argument('-l', '--local-only',
|
||||||
action='store_true', help=(
|
action='store_true', help=(
|
||||||
|
|
Loading…
Reference in New Issue