aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-10-11 11:08:04 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-10-11 11:08:04 +0300
commitb6e09eeabb9ffa99d4d7017ebe36533b4a729da2 (patch)
tree04c93d975f0d9c48f26636dabecc92ea87c585fe /src/main.c
parent3068e3ce36358bd1c3bef16c55f6573cc7745f9f (diff)
downloadcflow-b6e09eeabb9ffa99d4d7017ebe36533b4a729da2.tar.gz
cflow-b6e09eeabb9ffa99d4d7017ebe36533b4a729da2.tar.bz2
Improve the docs.
* doc/cflow.texi: Document symbol classes and aliases. * src/cflow.rc: Minor change. * src/main.c: Mention aliasing feature in the docstring for --symbol.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index de41689..e81c537 100644
--- a/src/main.c
+++ b/src/main.c
@@ -99,14 +99,14 @@ static struct argp_option options[] = {
{ "ansi", 'a', NULL, 0,
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,
N_("Set initial token stack size to NUMBER"), GROUP_ID+1 },
- { "symbol", 's', N_("SYMBOL:TYPE"), 0,
- N_("Register SYMBOL with given TYPE. Valid types are: keyword (or kw), modifier, identifier, type, wrapper. Any unambiguous abbreviation of the above is also accepted"), GROUP_ID+1 },
+ { "symbol", 's', N_("SYMBOL:[=]TYPE"), 0,
+ N_("Register SYMBOL with given TYPE, or define an alias (if := is used). Valid types are: keyword (or kw), modifier, qualifier, identifier, type, wrapper. Any unambiguous abbreviation of the above is also accepted"), GROUP_ID+1 },
{ "main", 'm', N_("NAME"), 0,
N_("Assume main function to be called NAME"), GROUP_ID+1 },
{ "define", 'D', N_("NAME[=DEFN]"), 0,
N_("Predefine NAME as a macro"), GROUP_ID+1 },
{ "undefine", 'U', N_("NAME"), 0,
N_("Cancel any previous definition of NAME"), GROUP_ID+1 },

Return to:

Send suggestions and report system problems to the System administrator.