Re: [PATCH] gcov: shorted one option help message

2020-07-01 Thread Martin Liška
On 7/1/20 1:37 PM, Andreas Schwab wrote: On Jul 01 2020, Martin Liška wrote: + fnotice (file, " -j, --json-format Output JSON intermediate format \n\ Please avoid the trailing space. Thanks for heads up, fixed. Martin Andreas.

Re: [PATCH] gcov: shorted one option help message

2020-07-01 Thread Andreas Schwab
On Jul 01 2020, Martin Liška wrote: > + fnotice (file, " -j, --json-format Output JSON intermediate > format \n\ Please avoid the trailing space. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And

[PATCH] gcov: shorted one option help message

2020-07-01 Thread Martin Liška
Installed to master. gcc/ChangeLog: * gcov.c (print_usage): Shorted option description for -j option. --- 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 +++