diff options
Diffstat (limited to 'tools/ideviceenterrecovery.c')
| -rw-r--r-- | tools/ideviceenterrecovery.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/ideviceenterrecovery.c b/tools/ideviceenterrecovery.c index 3069be8..21c4ff6 100644 --- a/tools/ideviceenterrecovery.c +++ b/tools/ideviceenterrecovery.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> |
| @@ -37,7 +41,7 @@ static void print_usage(int argc, char **argv) | |||
| 37 | printf(" -d, --debug\t\tenable communication debugging\n"); | 41 | printf(" -d, --debug\t\tenable communication debugging\n"); |
| 38 | printf(" -h, --help\t\tprints usage information\n"); | 42 | printf(" -h, --help\t\tprints usage information\n"); |
| 39 | printf("\n"); | 43 | printf("\n"); |
| 40 | printf("Homepage: <http://libimobiledevice.org>\n"); | 44 | printf("Homepage: <" PACKAGE_URL ">\n"); |
| 41 | } | 45 | } |
| 42 | 46 | ||
| 43 | int main(int argc, char *argv[]) | 47 | int main(int argc, char *argv[]) |
