From e503caa62b4f727cf85149a7ccf3afd95840e953 Mon Sep 17 00:00:00 2001 From: Vineet Date: Sun, 2 Feb 2014 23:11:52 +0530 Subject: [PATCH] Change the help text --- pipdeptree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipdeptree.py b/pipdeptree.py index 7c95482..1d85e33 100644 --- a/pipdeptree.py +++ b/pipdeptree.py @@ -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=(