Skip to content

Commit

Permalink
Merge 2009920 into 5c8b3ca
Browse files Browse the repository at this point in the history
  • Loading branch information
DrColza committed Oct 31, 2020
2 parents 5c8b3ca + 2009920 commit ab23fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mutpy/commandline.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def build_parser():
help='max timeout factor (default {})'.format(DEF_TIMEOUT_FACTOR))
parser.add_argument('--show-mutants', '-m', action='store_true', help='show mutants source code')
parser.add_argument('--quiet', '-q', action='store_true', help='quiet mode')
parser.add_argument('--debug', action='store_true', help='dubug mode')
parser.add_argument('--debug', action='store_true', help='debug mode')
parser.add_argument('--colored-output', '-c', action='store_true', help='try print colored output')
parser.add_argument('--disable-stdout', '-d', action='store_true',
help='try disable stdout during mutation '
Expand Down

0 comments on commit ab23fe3

Please sign in to comment.