fixed wrong help introduced with last change on 3Dvisualize

This commit is contained in:
Martin Diehl 2014-09-19 09:50:26 +00:00
parent 8fc73a72ac
commit d07a098724
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ parser.add_option('-u', '--unitlength', dest='unitlength', type='float', metavar
parser.add_option('--filenodalcoords', dest='filenodalcoords', metavar = 'string',
help='ASCII table containing nodal coords')
parser.add_option('--labelnodalcoords', dest='labelnodalcoords', nargs=3,
help='labels of nodal coords in ASCII table {%s} '%(' '.join(map(str,%default))), metavar = 'string string string')
help='labels of nodal coords in ASCII table %default', metavar = 'string string string')
parser.add_option('-l', '--linear', dest='linearreconstruction', action='store_true',
help='use linear reconstruction of geometry [%default]')