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