From b063cc34a30a4edf109343ff373b2b62b8ca72d3 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Wed, 27 Jan 2010 13:31:03 +0200 Subject: Use PACKAGE_URL instead of custom PACKAGE_HOMEPAGE. --- src/xzdec/xzdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xzdec') diff --git a/src/xzdec/xzdec.c b/src/xzdec/xzdec.c index 0abccebb..2b166861 100644 --- a/src/xzdec/xzdec.c +++ b/src/xzdec/xzdec.c @@ -82,7 +82,7 @@ help(void) "%" PRIu64 " MiB RAM.\n" "\n" "Report bugs to <" PACKAGE_BUGREPORT "> (in English or Finnish).\n" -PACKAGE_NAME " home page: <" PACKAGE_HOMEPAGE ">\n", +PACKAGE_NAME " home page: <" PACKAGE_URL ">\n", progname, memlimit / (1024 * 1024)); tuklib_exit(EXIT_SUCCESS, EXIT_FAILURE, display_errors); } -- cgit v1.2.3