diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2010-01-27 13:31:03 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2010-01-27 13:31:03 +0200 |
commit | b063cc34a30a4edf109343ff373b2b62b8ca72d3 (patch) | |
tree | 889fb53dcf9959d09f2ea82e46e90bdb812e247c /src/xzdec/xzdec.c | |
parent | Add a missing space to an error message. (diff) | |
download | xz-b063cc34a30a4edf109343ff373b2b62b8ca72d3.tar.xz |
Use PACKAGE_URL instead of custom PACKAGE_HOMEPAGE.
Diffstat (limited to 'src/xzdec/xzdec.c')
-rw-r--r-- | src/xzdec/xzdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |