aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-09-26 16:01:47 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-09-26 16:01:47 +0000
commit6cf2930c1902036ade0b6a3174e765853882a45c (patch)
tree1556d382146a8b3080615880ddbfc27c6f937df7 /src/main.c
parent6b2799df922b0711df9979b3f399ede19a90ca76 (diff)
downloadcflow-6cf2930c1902036ade0b6a3174e765853882a45c.tar.gz
cflow-6cf2930c1902036ade0b6a3174e765853882a45c.tar.bz2
Updated
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main.c b/src/main.c
index a3f0178..e0c4cdb 100644
--- a/src/main.c
+++ b/src/main.c
@@ -87,7 +87,7 @@ static struct argp_option options[] = {
{ "no-use-indentation", OPT_NO_USE_INDENTATION, NULL, OPTION_HIDDEN,
"", GROUP_ID+1 },
{ "ansi", 'a', NULL, 0,
- N_("Assume input to be written in ANSI C"), GROUP_ID+1 },
+ N_("Accept only sources in ANSI C"), GROUP_ID+1 },
{ "no-ansi", OPT_NO_ANSI, NULL, OPTION_HIDDEN,
"", GROUP_ID+1 },
{ "pushdown", 'p', N_("NUMBER"), 0,
@@ -120,8 +120,8 @@ static struct argp_option options[] = {
N_("Print nesting level along with the call tree"), GROUP_ID+1 },
{ "no-print-level", OPT_NO_PRINT_LEVEL, NULL, OPTION_HIDDEN,
"", GROUP_ID+1 },
- { "level-indent", OPT_LEVEL_INDENT, "STRING", 0,
- N_("Use STRING when indenting to each new level"), GROUP_ID+1 },
+ { "level-indent", OPT_LEVEL_INDENT, "ELEMENT", 0,
+ N_("Control graph appearance"), GROUP_ID+1 },
{ "tree", 'T', NULL, 0,
N_("Draw ASCII art tree"), GROUP_ID+1 },
{ "no-tree", OPT_NO_TREE, NULL, OPTION_HIDDEN,
@@ -139,7 +139,7 @@ static struct argp_option options[] = {
{ NULL, 0, NULL, 0,
N_("Informational options:"), GROUP_ID },
{ "verbose", 'v', NULL, 0,
- N_("Be verbose on output"), GROUP_ID+1 },
+ N_("Verbose error diagnostics"), GROUP_ID+1 },
{ "no-verbose", OPT_NO_VERBOSE, NULL, OPTION_HIDDEN,
"", GROUP_ID+1 },
{ "license", 'L', 0, 0,

Return to:

Send suggestions and report system problems to the System administrator.