clarified help string

This commit is contained in:
Christoph Kords 2013-12-12 08:48:57 +00:00
parent 0e84db8f19
commit 0f8790c148
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ from optparse import OptionParser
# --- input parsing
parser = OptionParser(usage='%prog [options] resultfile', description = """
Extract data from a .t16 (MSC.Marc) results file.
Create vtk files for the (deformed) geometry that belongs to a .t16 (MSC.Marc) results file.
""" + string.replace('$Id$','\n','\\n')
)