aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2020-07-01 13:51:37 +0200
committerGiuliano Belinassi <giuliano.belinassi@usp.br>2020-08-17 13:15:43 -0300
commit2e332e0bd482c40ebeea274d7ae16e1365c4d153 (patch)
tree1e690bae186ac1fd30790c2bb59bb2eec25fb576 /gcc
parent7da9465a5958e0ac2e7a9d0d677014f4254d4372 (diff)
downloadgcc-2e332e0bd482c40ebeea274d7ae16e1365c4d153.zip
gcc-2e332e0bd482c40ebeea274d7ae16e1365c4d153.tar.gz
gcc-2e332e0bd482c40ebeea274d7ae16e1365c4d153.tar.bz2
gcov: avoid trailing space.
gcc/ChangeLog: * gcov.c (print_usage): Avoid trailing space for -j option.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/gcov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcov.c b/gcc/gcov.c
index 99c52f6..b2d2fda 100644
--- a/gcc/gcov.c
+++ b/gcc/gcov.c
@@ -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");