added $id$ property and LF ending
This commit is contained in:
parent
9041c5de39
commit
cd04f990c5
|
@ -38,7 +38,7 @@ mappings = {
|
|||
|
||||
parser = OptionParser(option_class=extendedOption, usage='%prog options [file[s]]', description = """
|
||||
Changes the (three-dimensional) canvas of a spectral geometry description.
|
||||
""" + 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('-b', '--box', dest='resolution', type='int', nargs = 3, \
|
||||
|
|
Loading…
Reference in New Issue