#include "sgrep.h" /* * List & description of options accepted by sgindex */ struct index_opt_data { char opt; char *have_param; char *what_does; } index_options[]= { #if 0 { 'C',NULL,"display copyright notice" }, #endif { 'h',NULL,"help (means this text)" }, { 'i',NULL,"fold all words to lower case when indexing" }, /* { 'R',NULL,"recurse into subdirectories" }, */ { 'T',NULL,"show statistics about created index files" }, { 'V',NULL,"display version information" }, { 'v',NULL,"verbose mode. Shows what is going on"}, { 'c',"", "create new index file" }, { 'F',"","read list of input files from instead of command line" }, { 'g',"