27   printf(
"Usage: %s [options] file1 file2 ...\n", Name);
    28   printf(
"  -i   :: Initialize the database, then exit.\n");
    29   printf(
"  -v   :: verbose (turns on debugging output)\n");
    30   printf(
"  -V   :: print the version info, then exit.\n");
    31   printf(
"  -c SYSCONFDIR :: System Config directory (used by testing system). \n");
 FUNCTION void Usage(char *Name)