Mercurial > hg > config
changeset 688:ad8146c60c4d
merge
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Mon, 02 Jun 2014 11:21:46 -0700 |
parents | e50a95358db3 (current diff) 34af6d5ac73c (diff) |
children | 6f48a3e5ab41 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/python/gview.py Mon Jun 02 11:20:19 2014 -0700 +++ b/python/gview.py Mon Jun 02 11:21:46 2014 -0700 @@ -26,7 +26,7 @@ self.add_argument('-o', '--output', dest='output', help="path to save to") self.add_argument('-e', '--program', dest='program', - default='dot', + default='fdp', help="GraphViz program to invoke [DEFAULT: %(default)s]") self.add_argument('-v', '--view', dest='viewer', default='feh', help="viewer")