From c54ee75309ea04042de0b7d506754c2477285a12 Mon Sep 17 00:00:00 2001 From: Brian Campbell Date: Wed, 25 Nov 2020 23:23:13 +0000 Subject: sailcov: fix usage information --- sailcov/main.ml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sailcov/main.ml b/sailcov/main.ml index 63d60745..ffeedf30 100644 --- a/sailcov/main.ml +++ b/sailcov/main.ml @@ -87,16 +87,16 @@ let options = " write a table of cumulative coverage to file"); ( "--histogram", Arg.Set opt_histogram, - "display a histogram of the coverage level"); + " display a histogram of the coverage level"); ( "--cumulative-histogram", Arg.String (fun str -> opt_cumulative_histogram := Some str), " write a table of cumulative histograms to file"); ( "--color-by-count", Arg.Set opt_colour_count, - "color by number of files a span appears in (instead of nesting depth)"); + " color by number of files a span appears in (instead of nesting depth)"); ( "--colour-by-count", Arg.Set opt_colour_count, - "colour by number of files a span appears in (instead of nesting depth)"); + " colour by number of files a span appears in (instead of nesting depth)"); ] type span = { -- cgit v1.2.3