diff options
author | Martin Liska <mliska@suse.cz> | 2017-04-28 14:51:40 +0200 |
---|---|---|
committer | Martin Liska <marxin@gcc.gnu.org> | 2017-04-28 12:51:40 +0000 |
commit | 2f360676fa8da958b87094c6fee95699860a24b3 (patch) | |
tree | 9fbf3461ab184364b10f10b371854d006a8d3773 /gcc/gcov-dump.c | |
parent | 07ea19a797c6087725fe5b9f2630871c52020311 (diff) | |
download | gcc-2f360676fa8da958b87094c6fee95699860a24b3.zip gcc-2f360676fa8da958b87094c6fee95699860a24b3.tar.gz gcc-2f360676fa8da958b87094c6fee95699860a24b3.tar.bz2 |
Sort options of gcov, gcov-dump and gcov-tool both in --help and documentation
2017-04-28 Martin Liska <mliska@suse.cz>
* doc/gcov.texi: Sort options in alphabetic order.
* doc/gcov-dump.texi: Likewise.
* doc/gcov-tool.texi: Likewise.
* gcov.c (print_usage): Likewise.
* gcov-dump.c (print_usage): Likewise.
* gcov-tool.c (print_merge_usage_message): Likewise.
(print_rewrite_usage_message): Likewise.
(print_overlap_usage_message): Likewise.
From-SVN: r247376
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 f252257..d24e72a 100644 --- a/gcc/gcov-dump.c +++ b/gcc/gcov-dump.c @@ -136,9 +136,9 @@ print_usage (void) printf ("Usage: gcov-dump [OPTION] ... gcovfiles\n"); printf ("Print coverage file contents\n"); printf (" -h, --help Print this help\n"); - printf (" -v, --version Print version number\n"); printf (" -l, --long Dump record contents too\n"); printf (" -p, --positions Dump record positions\n"); + printf (" -v, --version Print version number\n"); printf (" -w, --working-sets Dump working set computed from summary\n"); printf ("\nFor bug reporting instructions, please see:\n%s.\n", bug_report_url); |