]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcov-dump: fix --help spacing
authorMartin Liska <mliska@suse.cz>
Tue, 9 Jun 2020 12:39:26 +0000 (14:39 +0200)
committerMartin Liska <mliska@suse.cz>
Tue, 9 Jun 2020 12:39:26 +0000 (14:39 +0200)
Pushed to master.

gcc/ChangeLog:

* gcov-dump.c (print_usage): Fix spacing for --raw option
in --help.

gcc/gcov-dump.c

index 90cbd1ace52f19eafb3146c5a17d4b3d5e00db17..ffb71ca4b684001caaa43e63648a574abd74ffd3 100644 (file)
@@ -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);