Mercurial > hg > config
diff python/gview.py @ 686:34af6d5ac73c
STUB: python/gview.py
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sat, 24 May 2014 15:27:16 -0700 |
parents | 8b2787e98c01 |
children | 5e8d3f68a997 |
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")