From b6e09eeabb9ffa99d4d7017ebe36533b4a729da2 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 11 Oct 2011 11:08:04 +0300 Subject: 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. --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index de41689..e81c537 100644 --- a/src/main.c +++ b/src/main.c @@ -102,8 +102,8 @@ static struct argp_option options[] = { "", 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, -- cgit v1.2.1