--- usage.c.orig Wed Jul 26 09:38:02 2000 +++ usage.c Mon Dec 25 20:10:10 2000 @@ -10,9 +10,9 @@ fprintf(stderr, "\n"); fprintf(stderr, "Options:\n"); fprintf(stderr, "\t-f - use the specified config file instead of \n"); - fprintf(stderr, "\t of /etc/yaunc.conf\n"); + fprintf(stderr, "\t " SYSCONFDIR "/yaunc.conf\n"); fprintf(stderr, "\t-d <0/1> - turn daemon mode off/on\n"); - fprintf(stderr, "\t-l <0/1> - specify logging off/on"); + fprintf(stderr, "\t-l <0/1> - specify logging off/on\n"); fprintf(stderr, "\t-h - display this help\n"); fprintf(stderr, "\n"); exit(0);