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