added $ID and line endings.

This commit is contained in:
Philip Eisenlohr 2012-09-13 07:56:45 +00:00
parent 1585fbe927
commit 1fe202fd90
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ mappings = {
parser = OptionParser(option_class=extendedOption, usage='%prog options [file[s]]', description = """
Multiplies a spectral geometry description independently in x, y, and z direction at fixed dimension.
""" + string.replace('$Id: spectral_geomCrop.py 1449 2012-04-24 11:31:18Z MPIE\t.elachkar $','\n','\\n')
""" + string.replace('$Id$','\n','\\n')
)
parser.add_option('-f', '--factor', dest='factor', type='int', nargs = 3, \