Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
standage committed May 10, 2017
1 parent fa5595e commit 4c3e153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kevlar/mutate.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def subparser(subparsers):
help='output file; default is terminal (stdout)')
subparser.add_argument('mutations', type=argparse.FileType('r'),
help='mutations file')
subparser.add_argument('genome', metavar='FILE', help='genome to mutate')
subparser.add_argument('genome', help='genome to mutate')


def load_mutations(instream, logstream):
Expand Down

0 comments on commit 4c3e153

Please sign in to comment.