aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-09-27 14:34:46 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-09-27 14:34:46 +0000
commit3fa4e40ca09c8d8d8d36badbfa18b00360b1313c (patch)
tree23bb655f7ca99b057da686b700b9ceac7dff3566 /src/main.c
parentfed49151fdf1459507da2da185c22940ff5e1934 (diff)
downloadcflow-3fa4e40ca09c8d8d8d36badbfa18b00360b1313c.tar.gz
cflow-3fa4e40ca09c8d8d8d36badbfa18b00360b1313c.tar.bz2
Updated
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/main.c b/src/main.c
index e0c4cdb..93c7ae1 100644
--- a/src/main.c
+++ b/src/main.c
@@ -27,3 +27,3 @@ const char *argp_program_bug_address = "<" PACKAGE_BUGREPORT ">";
in this message */
-static char doc[] = N_("generate a program flowgraph\vThe effect of any option, not taking an argument, can be cancelled by prepending 'no-' to the corresponding long option name (e.g. --no-cpp cancels --cpp)");
+static char doc[] = N_("generate a program flowgraph\v* The effect of each option marked with an asterisk is reversed if the option's long name is prefixed with `no-'. For example, --no-cpp cancels --cpp.");
@@ -59,3 +59,3 @@ static struct argp_option options[] = {
{ "reverse", 'r', NULL, 0,
- N_("Print reverse call tree"), GROUP_ID+1 },
+ N_("* Print reverse call tree"), GROUP_ID+1 },
{ "xref", 'x', NULL, 0,
@@ -85,3 +85,3 @@ static struct argp_option options[] = {
{ "use-indentation", 'S', NULL, 0,
- N_("Rely on indentation"), GROUP_ID+1 },
+ N_("* Rely on indentation"), GROUP_ID+1 },
{ "no-use-indentation", OPT_NO_USE_INDENTATION, NULL, OPTION_HIDDEN,
@@ -89,3 +89,3 @@ static struct argp_option options[] = {
{ "ansi", 'a', NULL, 0,
- N_("Accept only sources in ANSI C"), GROUP_ID+1 },
+ N_("* Accept only sources in ANSI C"), GROUP_ID+1 },
{ "no-ansi", OPT_NO_ANSI, NULL, OPTION_HIDDEN,
@@ -105,3 +105,3 @@ static struct argp_option options[] = {
{ "preprocess", OPT_PREPROCESS, N_("COMMAND"), OPTION_ARG_OPTIONAL,
- N_("Run the specified preprocessor command"), GROUP_ID+1 },
+ N_("* Run the specified preprocessor command"), GROUP_ID+1 },
{ "cpp", 0, NULL, OPTION_ALIAS, NULL, GROUP_ID+1 },
@@ -115,3 +115,3 @@ static struct argp_option options[] = {
{ "number", 'n', NULL, 0,
- N_("Print line numbers"), GROUP_ID+1 },
+ N_("* Print line numbers"), GROUP_ID+1 },
{ "no-number", OPT_NO_NUMBER, NULL, OPTION_HIDDEN,
@@ -119,3 +119,3 @@ static struct argp_option options[] = {
{ "print-level", 'l', NULL, 0,
- N_("Print nesting level along with the call tree"), GROUP_ID+1 },
+ N_("* Print nesting level along with the call tree"), GROUP_ID+1 },
{ "no-print-level", OPT_NO_PRINT_LEVEL, NULL, OPTION_HIDDEN,
@@ -125,3 +125,3 @@ static struct argp_option options[] = {
{ "tree", 'T', NULL, 0,
- N_("Draw ASCII art tree"), GROUP_ID+1 },
+ N_("* Draw ASCII art tree"), GROUP_ID+1 },
{ "no-tree", OPT_NO_TREE, NULL, OPTION_HIDDEN,
@@ -129,3 +129,3 @@ static struct argp_option options[] = {
{ "brief", 'b', NULL, 0,
- N_("Brief output"), GROUP_ID+1 },
+ N_("* Brief output"), GROUP_ID+1 },
{ "no-brief", OPT_NO_BRIEF, NULL, OPTION_HIDDEN,
@@ -133,3 +133,3 @@ static struct argp_option options[] = {
{ "emacs", OPT_EMACS, NULL, 0,
- N_("Additionally format output for use with GNU Emacs"), GROUP_ID+1 },
+ N_("* Additionally format output for use with GNU Emacs"), GROUP_ID+1 },
{ "no-emacs", OPT_NO_EMACS, NULL, OPTION_HIDDEN,
@@ -141,3 +141,3 @@ static struct argp_option options[] = {
{ "verbose", 'v', NULL, 0,
- N_("Verbose error diagnostics"), GROUP_ID+1 },
+ N_("* Verbose error diagnostics"), GROUP_ID+1 },
{ "no-verbose", OPT_NO_VERBOSE, NULL, OPTION_HIDDEN,

Return to:

Send suggestions and report system problems to the System administrator.