Skip to content

Commit

Permalink
optimize help
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixingw committed Jun 28, 2017
1 parent 2c38415 commit 9dfb29a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsubasa.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def argparser():
choices=['resp', 'antechamber', 'freq', 'buildMMfile'],
help=(
"Start from a certain step. Choices"
"=['resp','antechamber','freq','buildMMfile]"))
"=['resp','antechamber','freq','buildMMfile']"))
parser.add_argument('--stopafter',
default='buildMMfile',
choices=['opt', 'resp', 'antechamber', 'freq'],
Expand All @@ -99,7 +99,7 @@ def argparser():
help=(
'Add improper functions,'
' IMPROPERLIST should be a list like'
' "[h5 * c2 *],[c3 * o *]" '))
' "h5 * c2 *,c3 * o *" '))
args = parser.parse_args()
return args

Expand Down

0 comments on commit 9dfb29a

Please sign in to comment.