[gcc/devel/c++-modules] gcov: shorted one option help message

Nathan Sidwell nathan@gcc.gnu.org
Fri Jul 3 23:28:30 GMT 2020


https://gcc.gnu.org/g:4222fd8e94c126dd76fb4c4bc2d69f3262c7bc5a

commit 4222fd8e94c126dd76fb4c4bc2d69f3262c7bc5a
Author: Martin Liska <mliska@suse.cz>
Date:   Wed Jul 1 13:02:07 2020 +0200

    gcov: shorted one option help message
    
    gcc/ChangeLog:
    
            * gcov.c (print_usage): Shorted option description for -j
            option.

Diff:
---
 gcc/gcov.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/gcov.c b/gcc/gcov.c
index c60f5112d2c..99c52f6a318 100644
--- a/gcc/gcov.c
+++ b/gcc/gcov.c
@@ -898,7 +898,8 @@ 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 into .gcov.json.gz file\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");
   fnotice (file, "  -l, --long-file-names           Use long output file names for included\n\


More information about the Gcc-cvs mailing list