From d93043e6243e691a17135b221dd9275c10f8edbc Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 6 Oct 2015 22:10:56 +0200 Subject: tools: Use PACKAGE_URL define for homepage project links in usage output --- tools/ideviceprovision.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tools/ideviceprovision.c') diff --git a/tools/ideviceprovision.c b/tools/ideviceprovision.c index 9517af8..4915c05 100644 --- a/tools/ideviceprovision.c +++ b/tools/ideviceprovision.c @@ -19,6 +19,11 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include #include @@ -57,7 +62,7 @@ static void print_usage(int argc, char **argv) printf(" -x, --xml print XML output when using the 'dump' command\n"); printf(" -h, --help prints usage information\n"); printf("\n"); - printf("Homepage: \n"); + printf("Homepage: <" PACKAGE_URL ">\n"); } enum { -- cgit v1.1-32-gdbae