diff options
author | Martin Liska <mliska@suse.cz> | 2020-07-01 13:02:07 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2020-07-01 13:02:24 +0200 |
commit | 4222fd8e94c126dd76fb4c4bc2d69f3262c7bc5a (patch) | |
tree | 6d6c61414b6e48f7a50c36d0923e559870f02857 /gcc/gcov.c | |
parent | c4076255e632991f5a76c058bfadaa9d8f1159ee (diff) | |
download | gcc-4222fd8e94c126dd76fb4c4bc2d69f3262c7bc5a.zip gcc-4222fd8e94c126dd76fb4c4bc2d69f3262c7bc5a.tar.gz gcc-4222fd8e94c126dd76fb4c4bc2d69f3262c7bc5a.tar.bz2 |
gcov: shorted one option help message
gcc/ChangeLog:
* gcov.c (print_usage): Shorted option description for -j
option.
Diffstat (limited to 'gcc/gcov.c')
-rw-r--r-- | gcc/gcov.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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\ |