diff options
| author | 2015-10-06 22:10:56 +0200 | |
|---|---|---|
| committer | 2015-10-06 22:10:56 +0200 | |
| commit | d93043e6243e691a17135b221dd9275c10f8edbc (patch) | |
| tree | 4479f210e00f37d23f844e503f7f33236adab5c5 /tools/idevice_id.c | |
| parent | 2d5c2195bbdcc02774fa3f70a23759b3cb8b4aed (diff) | |
| download | libimobiledevice-d93043e6243e691a17135b221dd9275c10f8edbc.tar.gz libimobiledevice-d93043e6243e691a17135b221dd9275c10f8edbc.tar.bz2 | |
tools: Use PACKAGE_URL define for homepage project links in usage output
Diffstat (limited to 'tools/idevice_id.c')
| -rw-r--r-- | tools/idevice_id.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/idevice_id.c b/tools/idevice_id.c index 9629f8b..6f020ff 100644 --- a/tools/idevice_id.c +++ b/tools/idevice_id.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 <stdlib.h> | 28 | #include <stdlib.h> |
| @@ -42,7 +46,7 @@ static void print_usage(int argc, char **argv) | |||
| 42 | printf(" -d, --debug\t\tenable communication debugging\n"); | 46 | printf(" -d, --debug\t\tenable communication debugging\n"); |
| 43 | printf(" -h, --help\t\tprints usage information\n"); | 47 | printf(" -h, --help\t\tprints usage information\n"); |
| 44 | printf("\n"); | 48 | printf("\n"); |
| 45 | printf("Homepage: <http://libimobiledevice.org>\n"); | 49 | printf("Homepage: <" PACKAGE_URL ">\n"); |
| 46 | } | 50 | } |
| 47 | 51 | ||
| 48 | int main(int argc, char **argv) | 52 | int main(int argc, char **argv) |
