lib/slather/command/coverage_command.rb in slather-2.4.9 vs lib/slather/command/coverage_command.rb in slather-2.5.0

- old
+ new

@@ -11,10 +11,10 @@ option ["--coveralls", "-c"], :flag, "Post coverage results to coveralls" option ["--simple-output", "-s"], :flag, "Output coverage results to the terminal" option ["--gutter-json", "-g"], :flag, "Output coverage results as Gutter JSON format" option ["--cobertura-xml", "-x"], :flag, "Output coverage results as Cobertura XML format" - option ["--sonarqube-xml", "-sq"], :flag, "Output coverage results as Cobertura XML format" + option ["--sonarqube-xml", "-sq"], :flag, "Output coverage results as SonarQube XML format" option ["--llvm-cov", "-r"], :flag, "Output coverage as llvm-cov format" option ["--json"], :flag, "Output coverage results as simple JSON" option ["--html"], :flag, "Output coverage results as static html pages" option ["--show"], :flag, "Indicate that the static html pages will open automatically"