summaryrefslogtreecommitdiffstats
path: root/tools/idevicediagnostics.c
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2015-10-06 22:10:56 +0200
committerGravatar Martin Szulecki2015-10-06 22:10:56 +0200
commitd93043e6243e691a17135b221dd9275c10f8edbc (patch)
tree4479f210e00f37d23f844e503f7f33236adab5c5 /tools/idevicediagnostics.c
parent2d5c2195bbdcc02774fa3f70a23759b3cb8b4aed (diff)
downloadlibimobiledevice-d93043e6243e691a17135b221dd9275c10f8edbc.tar.gz
libimobiledevice-d93043e6243e691a17135b221dd9275c10f8edbc.tar.bz2
tools: Use PACKAGE_URL define for homepage project links in usage output
Diffstat (limited to 'tools/idevicediagnostics.c')
-rw-r--r--tools/idevicediagnostics.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/idevicediagnostics.c b/tools/idevicediagnostics.c
index 992bc0a..8b6569d 100644
--- a/tools/idevicediagnostics.c
+++ b/tools/idevicediagnostics.c
@@ -19,6 +19,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
@@ -296,5 +300,5 @@ void print_usage(int argc, char **argv)
printf(" -u, --udid UDID\ttarget specific device by its 40-digit device UDID\n");
printf(" -h, --help\t\tprints usage information\n");
printf("\n");
- printf("Homepage: <http://libimobiledevice.org>\n");
+ printf("Homepage: <" PACKAGE_URL ">\n");
}