X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fdata%2Fdatasheet-test.c;h=1310f51337234783e9ffd5b0752a87493c69da98;hb=134b0f8bcfadd9d4ae051d665f30c3227fae1c75;hp=5f903c4dd943bc86769a8332fa0c039819f6c737;hpb=a49b940e58f148bf111c647d9b4822025636ff80;p=pspp diff --git a/tests/data/datasheet-test.c b/tests/data/datasheet-test.c index 5f903c4dd9..1310f51337 100644 --- a/tests/data/datasheet-test.c +++ b/tests/data/datasheet-test.c @@ -42,7 +42,6 @@ #include "error.h" #include "minmax.h" #include "progname.h" -#include "xalloc.h" /* lazy_casereader callback function to instantiate a casereader from the datasheet. */ @@ -856,10 +855,9 @@ usage (void) " other values are string widths (0,1,11)\n", program_name, program_name); mc_options_usage (); - fputs ("\nOther options:\n" - " --help Display this help message\n" - "\nReport bugs to \n", - stdout); + printf ("\nOther options:\n" + " --help Display this help message\n" + "\nReport bugs to <%s>\n", PACKAGE_BUGREPORT); exit (0); }