From c5413a74f5d3b1bd9f7e84b33aaf21e64910928f Mon Sep 17 00:00:00 2001 From: lantz Date: Tue, 22 Nov 2022 16:33:52 -0800 Subject: [PATCH] Update miniedit.py closes #1147 --- examples/miniedit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/miniedit.py b/examples/miniedit.py index 28a3811..1dd00b2 100755 --- a/examples/miniedit.py +++ b/examples/miniedit.py @@ -3203,7 +3203,7 @@ class MiniEdit( Frame ): addDictOption( opts, LINKS, LINKDEF, 'link' ) opts.add_option( '--custom', type='string', default=None, - help='read custom topo and node params from .py' + + help='read custom topo and node params from .py ' + 'file' ) self.options, self.args = opts.parse_args()