diff options
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 { |
