From 8d8b7c1fd4ef7bb0492beb44eb646ef52bb15f85 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Thu, 23 Sep 2010 19:55:57 +0200 Subject: [PATCH] dwarflint: Better description of options in locstats --- dwarflint/locstats.cc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dwarflint/locstats.cc b/dwarflint/locstats.cc index 5b054d44c..9b6f5fa28 100644 --- a/dwarflint/locstats.cc +++ b/dwarflint/locstats.cc @@ -38,14 +38,16 @@ namespace { #define DIE_OPTSTRING \ - "{single-addr|artificial|inlined|inlined_subroutine\ -|no-coverage|mutable|immutable}[,...]" + "}[,...]" string_option opt_ignore - ("Skip certain DIEs.", DIE_OPTSTRING, "ignore"); + ("Skip certain DIEs. class may be one of single_addr, artificial, inlined, \ +inlined_subroutine, no_coverage, mutable, or immutable.", + "class[,...]", "ignore"); string_option opt_dump - ("Dump certain DIEs.", DIE_OPTSTRING, "dump"); + ("Dump certain DIEs. For classes, see option 'ignore'.", + "class[,...]", "dump"); string_option opt_tabulation_rule ("Rule for sorting results into buckets. start is either integer 0..100, \ -- 2.47.3