aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
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 /src/main.c
parentdd9b7cab33238d2f622f6c93666d2a1e542e58ee (diff)
downloadcflow-29f22e8ecfd666ac716d9ec30c0a53783210d0d1.tar.gz
cflow-29f22e8ecfd666ac716d9ec30c0a53783210d0d1.tar.bz2
Minor changes.
Diffstat (limited to 'src/main.c')
-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[] = {
61 N_("Include symbols denoted by the following letters (default)"), 61 N_("Include symbols denoted by the following letters (default)"),
62 GROUP_ID+3 }, 62 GROUP_ID+3 },
63 {" - or ^", 0, NULL, OPTION_DOC|OPTION_NO_TRANS, 63 {" - or ^", 0, NULL, OPTION_DOC|OPTION_NO_TRANS,
64 N_("Exclude symbols denoted by the following letters (default)"), 64 N_("Exclude symbols denoted by the following letters"),
65 GROUP_ID+3 }, 65 GROUP_ID+3 },
66 {" x", 0, NULL, OPTION_DOC|OPTION_NO_TRANS, 66 {" x", 0, NULL, OPTION_DOC|OPTION_NO_TRANS,
67 N_("all data symbols, both external and static"), GROUP_ID+3 }, 67 N_("all data symbols, both external and static"), GROUP_ID+3 },
@@ -109,7 +109,7 @@ static struct argp_option options[] = {
109 { "level-indent", OPT_LEVEL_INDENT, "STRING", 0, 109 { "level-indent", OPT_LEVEL_INDENT, "STRING", 0,
110 N_("Use STRING when indenting to each new level"), GROUP_ID+1 }, 110 N_("Use STRING when indenting to each new level"), GROUP_ID+1 },
111 { "tree", 'T', NULL, 0, 111 { "tree", 'T', NULL, 0,
112 N_("Draw tree"), GROUP_ID+1 }, 112 N_("Draw ASCII art tree"), GROUP_ID+1 },
113 { "brief", 'b', N_("BOOL"), OPTION_ARG_OPTIONAL, 113 { "brief", 'b', N_("BOOL"), OPTION_ARG_OPTIONAL,
114 N_("Brief output"), GROUP_ID+1 }, 114 N_("Brief output"), GROUP_ID+1 },
115#undef GROUP_ID 115#undef GROUP_ID
@@ -326,6 +326,7 @@ number(const char **str_ptr, int base, int count)
326 326
327static struct option_type level_indent_optype[] = { 327static struct option_type level_indent_optype[] = {
328 { "begin", 1, LEVEL_BEGIN }, 328 { "begin", 1, LEVEL_BEGIN },
329 { "start", 1, LEVEL_BEGIN },
329 { "0", 1, LEVEL_INDENT0 }, 330 { "0", 1, LEVEL_INDENT0 },
330 { "1", 1, LEVEL_INDENT1 }, 331 { "1", 1, LEVEL_INDENT1 },
331 { "end0", 4, LEVEL_END0 }, 332 { "end0", 4, LEVEL_END0 },

Return to:

Send suggestions and report system problems to the System administrator.