Update of /cvsroot/tmda/tmda/bin
In directory sc8-pr-cvs1:/tmp/cvs-serv5040/bin
Modified Files:
tmda-gui
Log Message:
Fix docstring to coincide with other bin/tmda-* progs.
Index: tmda-gui
===================================================================
RCS file: /cvsroot/tmda/tmda/bin/tmda-gui,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tmda-gui 4 Dec 2002 01:55:52 -0000 1.2
+++ tmda-gui 4 Dec 2002 02:04:46 -0000 1.3
@@ -21,16 +21,20 @@
# along with TMDA; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-"""
-tmda-gui: Tkinter interface to TMDA
+"""Tkinter interface to TMDA.
+
+Usage: %(program)s [OPTIONS]
+
+Where:
+ -a
+ --address
+ Gives a (yet) non functional Address generator interface.
+
+ -p
+ --pending
+ Gives a functionnal (but yet to finish) Pending queue graphical
+ interface.
-Usage:
- tmda-gui
- gives a (yet) non fonctionnal Address generator interface.
-
- tmda-gui -p
- gives a functionnal (but yet to finish) Pending queue graphical
- interface.
Tricks:
. you can resize the list columns width
. you can resize the height of the list
@@ -67,6 +71,9 @@
print 'ERROR:\n'
print wraptext(no_tk), '\n'
sys.exit()
+
+
+program = sys.argv[0]
class HSplitterFrame(Frame):
_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs