diff options
-rw-r--r-- | src/lid.c | 5 | ||||
-rw-r--r-- | src/mkid.c | 4 | ||||
-rw-r--r-- | src/xtokid.c | 4 |
3 files changed, 7 insertions, 6 deletions
@@ -1,5 +1,6 @@ /* lid.c -- primary query interface for mkid database - Copyright (C) 1986, 1995, 1996, 1999, 2000, 2007 Free Software Foundation, Inc. + Copyright (C) 1986, 1995-1996, 1999-2000, 2007-2008 Free Software + Foundation, Inc. Written by Greg McGary <gkm@gnu.ai.mit.edu> This program is free software; you can redistribute it and/or modify @@ -265,7 +266,7 @@ matched identifier followed by the list of file names in which it occurs.\n\ \n\ -k, --key=STYLE STYLE is one of `token', `pattern' or `none'\n\ -R, --result=STYLE STYLE is one of `filenames', `grep', `edit' or `none'\n\ - -S, --separator=STYLE STYLE is one of `braces', `space' or `newline' and\n\ + -S, --separator=STYLE STYLE is one of `braces', `space' or `newline' and\n\ only applies to file names when `--result=filenames'\n\ The above STYLE options control how query results are presented.\n\ Defaults are --key=token --result=filenames --separator=%s\n\ @@ -1,5 +1,5 @@ /* mkid.c -- build an identifer database - Copyright (C) 1986, 1995, 1996, 1999, 2007 Free Software Foundation, Inc. + Copyright (C) 1986, 1995, 1996, 1999, 2007-2008 Free Software Foundation, Inc. Written by Greg McGary <gkm@gnu.ai.mit.edu> This program is free software; you can redistribute it and/or modify @@ -160,7 +160,7 @@ Build an identifier database.\n\ -x, --exclude=LANGS exclude languages in LANGS\n\ -l, --lang-option=L:OPT pass OPT as a default for language L (see below)\n\ -m, --lang-map=MAPFILE use MAPFILE to map file names onto source language\n\ - -d, --default-lang=LANG make LANG the default source language\n\ + -d, --default-lang=LANG make LANG the default source language\n\ -p, --prune=NAMES exclude the named files and/or directories\n\ -v, --verbose report per file statistics\n\ -s, --statistics report statistics at end of run\n\ diff --git a/src/xtokid.c b/src/xtokid.c index a455169..70b327d 100644 --- a/src/xtokid.c +++ b/src/xtokid.c @@ -1,5 +1,5 @@ /* idx.c -- simple interface for testing scanners scanners - Copyright (C) 1986, 1995, 1996, 1999, 2007 Free Software Foundation, Inc. + Copyright (C) 1986, 1995, 1996, 1999, 2007-2008 Free Software Foundation, Inc. Written by Greg McGary <gkm@gnu.ai.mit.edu> This program is free software; you can redistribute it and/or modify @@ -76,7 +76,7 @@ Print all tokens found in a source file.\n\ -x, --exclude=LANGS exclude languages in LANGS\n\ -l, --lang-option=L:OPT pass OPT as a default for language L (see below)\n\ -m, --lang-map=MAPFILE use MAPFILE to map file names onto source language\n\ - -d, --default-lang=LANG make LANG the default source language\n\ + -d, --default-lang=LANG make LANG the default source language\n\ -p, --prune=NAMES exclude the named files and/or directories\n\ --help display this help and exit\n\ --version output version information and exit\n\ |