[geneagrapher] 215/226: Fix --disable-cache help message.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Jul 11 17:11:14 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 2be837a16e8555a522ecaf6f188fe811c812d156
Author: David Alber <alber.david at gmail.com>
Date:   Sat Dec 31 09:45:56 2011 -0800

    Fix --disable-cache help message.
    
    In its first iteration, a command-line switch was used to turn
    caching on. Commit 93dc6d1 modified the command-line switch to
    turn caching off (i.e., caching became on by default). The help
    message was accidentally not updated in that commit, which this
    commit fixes.
---
 src/geneagrapher/geneagrapher.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/geneagrapher/geneagrapher.py b/src/geneagrapher/geneagrapher.py
index ad010c5..fa7dea2 100644
--- a/src/geneagrapher/geneagrapher.py
+++ b/src/geneagrapher/geneagrapher.py
@@ -50,7 +50,7 @@ in graph")
 include in graph")
         self.parser.add_argument('--disable-cache', action='store_false',
                                  dest='use_cache', default=True,
-                                 help='store records in local cache')
+                                 help='do not store records in local cache')
         self.parser.add_argument('--cache-file', dest='cache_file',
                                  help='write cache to FILE [default: \
 geneacache]',

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