diff options
| author | 2015-10-06 22:10:56 +0200 | |
|---|---|---|
| committer | 2015-10-06 22:10:56 +0200 | |
| commit | d93043e6243e691a17135b221dd9275c10f8edbc (patch) | |
| tree | 4479f210e00f37d23f844e503f7f33236adab5c5 /tools/idevicebackup2.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/idevicebackup2.c')
| -rw-r--r-- | tools/idevicebackup2.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/idevicebackup2.c b/tools/idevicebackup2.c index ead4dba..934cf39 100644 --- a/tools/idevicebackup2.c +++ b/tools/idevicebackup2.c | |||
| @@ -20,6 +20,10 @@ | |||
| 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 | 22 | ||
| 23 | #ifdef HAVE_CONFIG_H | ||
| 24 | #include <config.h> | ||
| 25 | #endif | ||
| 26 | |||
| 23 | #include <stdio.h> | 27 | #include <stdio.h> |
| 24 | #include <string.h> | 28 | #include <string.h> |
| 25 | #include <errno.h> | 29 | #include <errno.h> |
| @@ -1139,7 +1143,7 @@ static void print_usage(int argc, char **argv) | |||
| 1139 | printf(" -i, --interactive\trequest passwords interactively\n"); | 1143 | printf(" -i, --interactive\trequest passwords interactively\n"); |
| 1140 | printf(" -h, --help\t\tprints usage information\n"); | 1144 | printf(" -h, --help\t\tprints usage information\n"); |
| 1141 | printf("\n"); | 1145 | printf("\n"); |
| 1142 | printf("Homepage: <http://libimobiledevice.org>\n"); | 1146 | printf("Homepage: <" PACKAGE_URL ">\n"); |
| 1143 | } | 1147 | } |
| 1144 | 1148 | ||
| 1145 | int main(int argc, char *argv[]) | 1149 | int main(int argc, char *argv[]) |
