corrected help text.

This commit is contained in:
Philip Eisenlohr 2015-05-21 00:13:50 +00:00
parent df5dd98576
commit 14b921f6d5
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ scriptName = os.path.splitext(scriptID.split()[1])[0]
# -------------------------------------------------------------------- # --------------------------------------------------------------------
parser = OptionParser(option_class=damask.extendableOption, usage='%prog options [file[s]]', description = """ parser = OptionParser(option_class=damask.extendableOption, usage='%prog options [file[s]]', description = """
Add grain index based on similitude of crystal lattice orientation. Produce a VTK point cloud dataset based on coordinates given in an ASCIItable.
""", version = scriptID) """, version = scriptID)