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/lzmainfo/lzmainfo.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 '')
-rw-r--r-- | src/lzmainfo/lzmainfo.c | 2 |
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); } |