corrected help

This commit is contained in:
Martin Diehl 2015-03-13 14:47:22 +00:00
parent c4f639dbfb
commit df2ee87a7c
1 changed files with 2 additions and 2 deletions

View File

@ -249,7 +249,7 @@ Add columns listing Schmid factors (and optional trace vector of selected system
parser.add_option('-l','--lattice', dest='lattice', type='choice',
choices=('fcc','bcc','hex'), metavar='string',
help="type of neighborhood ('fcc','bcc','hex') [%default]")
help="type of lattice structure {'fcc','bcc','hex'} [%default]")
parser.add_option('--direction', dest='forcedirection', type='int', nargs=3, metavar='int int int',
help='force direction in lab coordinates %default')
parser.add_option('-n','--normal', dest='stressnormal', type='int', nargs=3, metavar='int int int',