]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcov: avoid trailing space.
authorMartin Liska <mliska@suse.cz>
Wed, 1 Jul 2020 11:51:37 +0000 (13:51 +0200)
committerMartin Liska <mliska@suse.cz>
Wed, 1 Jul 2020 11:51:37 +0000 (13:51 +0200)
gcc/ChangeLog:

* gcov.c (print_usage): Avoid trailing space for -j option.

gcc/gcov.c

index 99c52f6a318a682822be88b2f40e37151eecf7fd..b2d2fda45632d767486afaadf42a658b8ad39dd1 100644 (file)
@@ -898,7 +898,7 @@ print_usage (int error_p)
   fnotice (file, "  -d, --display-progress          Display progress information\n");
   fnotice (file, "  -f, --function-summaries        Output summaries for each function\n");
   fnotice (file, "  -h, --help                      Print this help, then exit\n");
-  fnotice (file, "  -j, --json-format               Output JSON intermediate format \n\
+  fnotice (file, "  -j, --json-format               Output JSON intermediate format\n\
                                     into .gcov.json.gz file\n");
   fnotice (file, "  -H, --human-readable            Output human readable numbers\n");
   fnotice (file, "  -k, --use-colors                Emit colored output\n");