Mercurial > hg > config
changeset 686:34af6d5ac73c
STUB: python/gview.py
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sat, 24 May 2014 15:27:16 -0700 |
parents | 3da85ac3c54f |
children | ad8146c60c4d 5e8d3f68a997 |
files | python/gview.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/python/gview.py Mon May 19 13:16:53 2014 -0700 +++ b/python/gview.py Sat May 24 15:27:16 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")