[geneagrapher] 85/226: Merge changes from branch point (r56) and HEAD revision on trunk.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Jul 11 17:10:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository geneagrapher.

commit 3578965716bef91042086ff819af1f85cd008859
Author: David Alber <alber.david at gmail.com>
Date:   Sun Oct 5 17:42:23 2008 +0000

    Merge changes from branch point (r56) and HEAD revision on trunk.
---
 geneagrapher/geneagrapher.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/geneagrapher/geneagrapher.py b/geneagrapher/geneagrapher.py
index b9bc822..f244b7c 100644
--- a/geneagrapher/geneagrapher.py
+++ b/geneagrapher/geneagrapher.py
@@ -25,15 +25,15 @@ class Geneagrapher:
 		self.parser.set_description('Create a Graphviz "dot" file for a mathematics genealogy, where ID is a record identifier from the Mathematics Genealogy Project. Multiple IDs may be passed.')
 
 		self.parser.add_option("-f", "--file", dest="filename",
-				       help="write report to FILE [default: stdout]", metavar="FILE", default=None)
+				       help="write output to FILE [default: stdout]", metavar="FILE", default=None)
 		self.parser.add_option("-a", "--with-ancestors", action="store_true", dest="get_ancestors",
 				       default=False, help="retrieve ancestors of IDs and include in graph")
 		self.parser.add_option("-d", "--with-descendants", action="store_true", dest="get_descendants",
 				       default=False, help="retrieve descendants of IDs and include in graph")
 		self.parser.add_option("--verbose", "-v", action="store_true", dest="verbose", default=False,
-				       help="print information showing progress")
+				       help="list nodes being retrieved")
 		self.parser.add_option("--version", "-V", action="store_true", dest="print_version", default=False,
-				       help="print geneagrapher version and exit")
+				       help="print version and exit")
 
 		(options, args) = self.parser.parse_args()
 		

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/geneagrapher.git



More information about the debian-science-commits mailing list