corrected help message

This commit is contained in:
Philip Eisenlohr 2013-09-09 14:11:16 +00:00
parent f02ee16b3d
commit ec6587e7f5
1 changed files with 1 additions and 2 deletions

View File

@ -29,8 +29,7 @@ class extendableOption(Option):
# --------------------------------------------------------------------
parser = OptionParser(option_class=extendableOption, usage='%prog options [file[s]]', description = """
Add column(s) containing Cauchy stress based on given column(s) of
deformation gradient and first Piola--Kirchhoff stress.
Produces perceptually linear diverging and sequential colormaps in formats suitable for visualization software or simply as a list of interpolated colors.
""" + string.replace('$Id$','\n','\\n')
)