X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fconf-test.c;h=89e65bd309572debddc173c18699ed426393bc6e;hb=62960fb405a1ec443797e64c8ee34adb01924917;hp=458689de858fb2b740a5d006b07aecdfd170221e;hpb=5633856b0028d65d53e21ddd4fda312bd8d9fbb1;p=libucw.git diff --git a/lib/conf-test.c b/lib/conf-test.c index 458689de..89e65bd3 100644 --- a/lib/conf-test.c +++ b/lib/conf-test.c @@ -164,7 +164,7 @@ static struct option long_opts[] = { }; static char *help = "\ -Usage: conf2-test \n\ +Usage: conf-test \n\ \n\ Options:\n" CF_USAGE @@ -187,7 +187,7 @@ main(int argc, char *argv[]) { log_init(argv[0]); cf_declare_section("top", &cf_top, 0); - cf_def_file = "lib/conf2.t"; + cf_def_file = "lib/conf-test.t"; int opt; while ((opt = cf_getopt(argc, argv, short_opts, long_opts, NULL)) >= 0)