diff options
| author | 2015-10-06 22:10:56 +0200 | |
|---|---|---|
| committer | 2015-10-06 22:10:56 +0200 | |
| commit | d93043e6243e691a17135b221dd9275c10f8edbc (patch) | |
| tree | 4479f210e00f37d23f844e503f7f33236adab5c5 /tools/ideviceprovision.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/ideviceprovision.c')
| -rw-r--r-- | tools/ideviceprovision.c | 7 |
1 files changed, 6 insertions, 1 deletions
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 @@ | |||
| 19 | * License along with this library; if not, write to the Free Software | 19 | * License along with this library; if not, write to the Free Software |
| 20 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 20 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 21 | */ | 21 | */ |
| 22 | |||
| 23 | #ifdef HAVE_CONFIG_H | ||
| 24 | #include <config.h> | ||
| 25 | #endif | ||
| 26 | |||
| 22 | #include <stdio.h> | 27 | #include <stdio.h> |
| 23 | #include <stdlib.h> | 28 | #include <stdlib.h> |
| 24 | #include <string.h> | 29 | #include <string.h> |
| @@ -57,7 +62,7 @@ static void print_usage(int argc, char **argv) | |||
| 57 | printf(" -x, --xml print XML output when using the 'dump' command\n"); | 62 | printf(" -x, --xml print XML output when using the 'dump' command\n"); |
| 58 | printf(" -h, --help prints usage information\n"); | 63 | printf(" -h, --help prints usage information\n"); |
| 59 | printf("\n"); | 64 | printf("\n"); |
| 60 | printf("Homepage: <http://libimobiledevice.org>\n"); | 65 | printf("Homepage: <" PACKAGE_URL ">\n"); |
| 61 | } | 66 | } |
| 62 | 67 | ||
| 63 | enum { | 68 | enum { |
