[gcc r11-1118] gcov-dump: fix --help spacing

Martin Liska marxin@gcc.gnu.org
Tue Jun 9 12:41:23 GMT 2020


https://gcc.gnu.org/g:f6ee4c4fe7e288e852466ac61436048d43e11b7f

commit r11-1118-gf6ee4c4fe7e288e852466ac61436048d43e11b7f
Author: Martin Liska <mliska@suse.cz>
Date:   Tue Jun 9 14:39:26 2020 +0200

    gcov-dump: fix --help spacing
    
    Pushed to master.
    
    gcc/ChangeLog:
    
            * gcov-dump.c (print_usage): Fix spacing for --raw option
            in --help.

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

diff --git a/gcc/gcov-dump.c b/gcc/gcov-dump.c
index 90cbd1ace52..ffb71ca4b68 100644
--- a/gcc/gcov-dump.c
+++ b/gcc/gcov-dump.c
@@ -133,7 +133,7 @@ print_usage (void)
   printf ("  -h, --help           Print this help\n");
   printf ("  -l, --long           Dump record contents too\n");
   printf ("  -p, --positions      Dump record positions\n");
-  printf ("  -r, --raw		  Print content records in raw format\n");
+  printf ("  -r, --raw            Print content records in raw format\n");
   printf ("  -v, --version        Print version number\n");
   printf ("\nFor bug reporting instructions, please see:\n%s.\n",
 	   bug_report_url);


More information about the Gcc-cvs mailing list