diff options
author | Martin Liska <mliska@suse.cz> | 2020-06-09 14:39:26 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2020-06-09 14:39:26 +0200 |
commit | f6ee4c4fe7e288e852466ac61436048d43e11b7f (patch) | |
tree | 4d5bcb087889828438b9013e8411a0db77ee5d35 /gcc/gcov-dump.c | |
parent | 4089df8ef4a63126b0774c39b6638845244c20d2 (diff) | |
download | gcc-f6ee4c4fe7e288e852466ac61436048d43e11b7f.zip gcc-f6ee4c4fe7e288e852466ac61436048d43e11b7f.tar.gz gcc-f6ee4c4fe7e288e852466ac61436048d43e11b7f.tar.bz2 |
gcov-dump: fix --help spacing
Pushed to master.
gcc/ChangeLog:
* gcov-dump.c (print_usage): Fix spacing for --raw option
in --help.
Diffstat (limited to 'gcc/gcov-dump.c')
-rw-r--r-- | gcc/gcov-dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcov-dump.c b/gcc/gcov-dump.c index 90cbd1a..ffb71ca 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); |