Bogus file is now bogus.ged (to make 'make distcheck' work).
authorPeter Verthez <Peter.Verthez@advalvas.be>
Sun, 27 Oct 2002 19:40:37 +0000 (19:40 +0000)
committerPeter Verthez <Peter.Verthez@advalvas.be>
Sun, 27 Oct 2002 19:40:37 +0000 (19:40 +0000)
t/src/standalone.c

index d2a2f109b9321e1d1b2839260a07bbcaf53c5bf3..2a734dd4ff48702a93ce86993049a2550e88f1e7 100644 (file)
@@ -32,7 +32,7 @@
 #include <iconv.h>
 #include "utf8-locale.h"
 
-#define BOGUS_FILE_NAME "Makefile.am"
+#define BOGUS_FILE_NAME "bogus.ged"
 int total_conv_fails = 0;
 
 void show_help ()
@@ -49,7 +49,7 @@ void show_help ()
   printf("  -da   Debug setting: libgedcom + yacc debug messages\n");
   printf("  -2    Run the test parse 2 times instead of once\n");
   printf("  -3    Run the test parse 3 times instead of once\n");
-  printf("  -b    Parse a bogus file before parsing the main file\n");
+  printf("  -b    Parse a bogus file (bogus.ged) before parsing the main file\n");
   printf("  -q    No output to standard output\n");
   printf("  -o <outfile>  File to generate output to (def. testgedcom.out)\n");
 }