aboutsummaryrefslogtreecommitdiff
path: root/src/lzmainfo
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2010-01-27 13:31:03 +0200
committerLasse Collin <lasse.collin@tukaani.org>2010-01-27 13:31:03 +0200
commitb063cc34a30a4edf109343ff373b2b62b8ca72d3 (patch)
tree889fb53dcf9959d09f2ea82e46e90bdb812e247c /src/lzmainfo
parentAdd a missing space to an error message. (diff)
downloadxz-b063cc34a30a4edf109343ff373b2b62b8ca72d3.tar.xz
Use PACKAGE_URL instead of custom PACKAGE_HOMEPAGE.
Diffstat (limited to 'src/lzmainfo')
-rw-r--r--src/lzmainfo/lzmainfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lzmainfo/lzmainfo.c b/src/lzmainfo/lzmainfo.c
index caef7b50..af8e66cc 100644
--- a/src/lzmainfo/lzmainfo.c
+++ b/src/lzmainfo/lzmainfo.c
@@ -34,7 +34,7 @@ _("Usage: %s [--help] [--version] [FILE]...\n"
printf(_("Report bugs to <%s> (in English or Finnish).\n"),
PACKAGE_BUGREPORT);
- printf(_("%s home page: <%s>\n"), PACKAGE_NAME, PACKAGE_HOMEPAGE);
+ printf(_("%s home page: <%s>\n"), PACKAGE_NAME, PACKAGE_URL);
tuklib_exit(EXIT_SUCCESS, EXIT_FAILURE, true);
}