summaryrefslogtreecommitdiffstats
path: root/tools/idevicecrashreport.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/idevicecrashreport.c')
-rw-r--r--tools/idevicecrashreport.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/idevicecrashreport.c b/tools/idevicecrashreport.c
index b74a660..7ac9baf 100644
--- a/tools/idevicecrashreport.c
+++ b/tools/idevicecrashreport.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 <stdlib.h> 28#include <stdlib.h>
25#include <string.h> 29#include <string.h>
@@ -298,7 +302,7 @@ static void print_usage(int argc, char **argv)
298 printf(" -u, --udid UDID\ttarget specific device by its 40-digit device UDID\n"); 302 printf(" -u, --udid UDID\ttarget specific device by its 40-digit device UDID\n");
299 printf(" -h, --help\t\tprints usage information\n"); 303 printf(" -h, --help\t\tprints usage information\n");
300 printf("\n"); 304 printf("\n");
301 printf("Homepage: <http://libimobiledevice.org>\n"); 305 printf("Homepage: <" PACKAGE_URL ">\n");
302} 306}
303 307
304int main(int argc, char* argv[]) { 308int main(int argc, char* argv[]) {