Change the help text

This commit is contained in:
Vineet 2014-02-02 23:11:52 +05:30
parent 1aa8b9dd25
commit e503caa62b
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ def render_tree(pkgs, list_all):
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('-l', '--local-only',
action='store_true', help=(