[geneagrapher] 83/226: Modified help strings.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Jul 11 17:10:46 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 68f2d7ae44d498cb7c6e82126eef22fe88b35d4b
Author: David Alber <alber.david at gmail.com>
Date:   Sun Oct 5 17:30:47 2008 +0000

    Modified help strings.
---
 Geneagrapher/geneagrapher/geneagrapher.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Geneagrapher/geneagrapher/geneagrapher.py b/Geneagrapher/geneagrapher/geneagrapher.py
index 5c59bdf..60acc59 100644
--- a/Geneagrapher/geneagrapher/geneagrapher.py
+++ b/Geneagrapher/geneagrapher/geneagrapher.py
@@ -26,15 +26,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")
 		self.parser.add_option("-n", "--attach-node-file", dest="supp_node_filename", metavar="FILE",
 				       help="attach supplementary nodes returned by function 'define_supp_nodes()' in FILE to the graph", default=None)
 

-- 
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