summaryrefslogtreecommitdiffstats
path: root/tools/ideviceinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ideviceinfo.c')
-rw-r--r--tools/ideviceinfo.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/ideviceinfo.c b/tools/ideviceinfo.c
index 641a036..40bcac6 100644
--- a/tools/ideviceinfo.c
+++ b/tools/ideviceinfo.c
@@ -19,6 +19,10 @@
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22#ifdef HAVE_CONFIG_H
23#include <config.h>
24#endif
25
22#include <stdio.h> 26#include <stdio.h>
23#include <string.h> 27#include <string.h>
24#include <errno.h> 28#include <errno.h>
@@ -98,7 +102,7 @@ static void print_usage(int argc, char **argv)
98 printf(" %s\n", domains[i++]); 102 printf(" %s\n", domains[i++]);
99 } 103 }
100 printf("\n"); 104 printf("\n");
101 printf("Homepage: <http://libimobiledevice.org>\n"); 105 printf("Homepage: <" PACKAGE_URL ">\n");
102} 106}
103 107
104int main(int argc, char *argv[]) 108int main(int argc, char *argv[])