X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flibpspp%2Fsparse-xarray-test.c;h=47b338a65d2ee1dbee00b909326bce13e4b25ee4;hb=refs%2Fheads%2Fpivot-outer-borders;hp=5354211230d0fd670791185d885044a930e80d8a;hpb=c3b4d3a80c6da1f8b0c5e2f65e46ec28f7e29711;p=pspp diff --git a/tests/libpspp/sparse-xarray-test.c b/tests/libpspp/sparse-xarray-test.c index 5354211230..47b338a65d 100644 --- a/tests/libpspp/sparse-xarray-test.c +++ b/tests/libpspp/sparse-xarray-test.c @@ -472,10 +472,9 @@ usage (void) " --no-copy-columns Do not copy column ranges in an xarray\n", program_name, program_name); mc_options_usage (); - fputs ("\nOther options:\n" + printf ("\nOther options:\n" " --help Display this help message\n" - "\nReport bugs to \n", - stdout); + "\nReport bugs to <%s>\n", PACKAGE_BUGREPORT); exit (0); }