Fix CLI description for --use
This commit is contained in:
parent
ff043b16dc
commit
64aeb516a0
2 changed files with 2 additions and 2 deletions
|
@ -152,7 +152,7 @@ module Mutant
|
|||
opts.on('--score COVERAGE', 'Fail unless COVERAGE is not reached exactly [deprecated]') do |coverage|
|
||||
update(expected_coverage: Rational(coverage, 100))
|
||||
end
|
||||
opts.on('--use STRATEGY', 'Use STRATEGY for killing mutations', &method(:setup_integration))
|
||||
opts.on('--use INTEGRATION', 'Use INTEGRATION to kill mutations', &method(:setup_integration))
|
||||
end
|
||||
|
||||
# Add filter options
|
||||
|
|
|
@ -127,7 +127,7 @@ Environment:
|
|||
Options:
|
||||
--expected-coverage COVERAGE Fail unless COVERAGE is not reached exactly, parsed via Rational()
|
||||
--score COVERAGE Fail unless COVERAGE is not reached exactly [deprecated]
|
||||
--use STRATEGY Use STRATEGY for killing mutations
|
||||
--use INTEGRATION Use INTEGRATION to kill mutations
|
||||
--ignore-subject PATTERN Ignore subjects that match PATTERN
|
||||
--fail-fast Fail fast
|
||||
--version Print mutants version
|
||||
|
|
Loading…
Reference in a new issue