aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-09-25 14:12:59 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-09-25 14:12:59 +0000
commit29f22e8ecfd666ac716d9ec30c0a53783210d0d1 (patch)
tree3c3ce6cffaef37d4a9afab926dafbc2a0bb7d1da
parentdd9b7cab33238d2f622f6c93666d2a1e542e58ee (diff)
downloadcflow-29f22e8ecfd666ac716d9ec30c0a53783210d0d1.tar.gz
cflow-29f22e8ecfd666ac716d9ec30c0a53783210d0d1.tar.bz2
Minor changes.
-rw-r--r--src/main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 279cb17..174445e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -61,7 +61,7 @@ static struct argp_option options[] = {
N_("Include symbols denoted by the following letters (default)"),
GROUP_ID+3 },
{" - or ^", 0, NULL, OPTION_DOC|OPTION_NO_TRANS,
- N_("Exclude symbols denoted by the following letters (default)"),
+ N_("Exclude symbols denoted by the following letters"),
GROUP_ID+3 },
{" x", 0, NULL, OPTION_DOC|OPTION_NO_TRANS,
N_("all data symbols, both external and static"), GROUP_ID+3 },
@@ -109,7 +109,7 @@ static struct argp_option options[] = {
{ "level-indent", OPT_LEVEL_INDENT, "STRING", 0,
N_("Use STRING when indenting to each new level"), GROUP_ID+1 },
{ "tree", 'T', NULL, 0,
- N_("Draw tree"), GROUP_ID+1 },
+ N_("Draw ASCII art tree"), GROUP_ID+1 },
{ "brief", 'b', N_("BOOL"), OPTION_ARG_OPTIONAL,
N_("Brief output"), GROUP_ID+1 },
#undef GROUP_ID
@@ -326,6 +326,7 @@ number(const char **str_ptr, int base, int count)
static struct option_type level_indent_optype[] = {
{ "begin", 1, LEVEL_BEGIN },
+ { "start", 1, LEVEL_BEGIN },
{ "0", 1, LEVEL_INDENT0 },
{ "1", 1, LEVEL_INDENT1 },
{ "end0", 4, LEVEL_END0 },

Return to:

Send suggestions and report system problems to the System administrator.