corrected help
This commit is contained in:
parent
c4f639dbfb
commit
df2ee87a7c
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue