missing comma

This commit is contained in:
Martin Diehl 2016-04-25 13:22:34 +02:00
parent 2eb7ad7432
commit 26e5f97ff3
3 changed files with 3 additions and 3 deletions

View File

@ -70,7 +70,7 @@ Deals with both vector- and tensor fields.
""", version = scriptID)
parser.add_option('-p','--pos','--periodiccellcenter'
parser.add_option('-p','--pos','--periodiccellcenter',
dest = 'coords',
type = 'string', metavar = 'string',
help = 'label of coordinates [%default]')

View File

@ -56,7 +56,7 @@ Deals with both vector- and tensor-valued fields.
""", version = scriptID)
parser.add_option('-p','--pos','--periodiccellcenter'
parser.add_option('-p','--pos','--periodiccellcenter',
dest = 'coords',
type = 'string', metavar = 'string',
help = 'label of coordinates [%default]')

View File

@ -60,7 +60,7 @@ Deals with both vector- and scalar fields.
""", version = scriptID)
parser.add_option('-p','--pos','--periodiccellcenter'
parser.add_option('-p','--pos','--periodiccellcenter',
dest = 'coords',
type = 'string', metavar = 'string',
help = 'label of coordinates [%default]')