clarified help string
This commit is contained in:
parent
0e84db8f19
commit
0f8790c148
|
@ -13,7 +13,7 @@ from optparse import OptionParser
|
||||||
# --- input parsing
|
# --- input parsing
|
||||||
|
|
||||||
parser = OptionParser(usage='%prog [options] resultfile', description = """
|
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')
|
""" + string.replace('$Id$','\n','\\n')
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue