lib/slather/command/coverage_command.rb in slather-2.7.2 vs lib/slather/command/coverage_command.rb in slather-2.7.3

- old
+ new

@@ -28,10 +28,10 @@ option ["--input-format"], "INPUT_FORMAT", "Input format (gcov, profdata)" option ["--scheme"], "SCHEME", "The scheme for which the coverage was generated" option ["--configuration"], "CONFIGURATION", "The configuration for test that the project was set" option ["--workspace"], "WORKSPACE", "The workspace that the project was built in" - option ["--binary-file"], "BINARY_FILE", "The binary file against the which the coverage will be run", :multivalued => true + option ["--binary-file"], "BINARY_FILE", "The binary file against which the coverage will be run", :multivalued => true option ["--binary-basename"], "BINARY_BASENAME", "Basename of the file against which the coverage will be run", :multivalued => true option ["--arch"], "ARCH", "Architecture to use from universal binaries" option ["--source-files"], "SOURCE_FILES", "A Dir.glob compatible pattern used to limit the lookup to specific source files. Ignored in gcov mode.", :multivalued => true option ["--decimals"], "DECIMALS", "The amount of decimals to use for % coverage reporting"