summaryrefslogtreecommitdiffstats
path: root/tools/idevicesetlocation.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/idevicesetlocation.c')
-rw-r--r--tools/idevicesetlocation.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/tools/idevicesetlocation.c b/tools/idevicesetlocation.c
index d2b8864..47fc7da 100644
--- a/tools/idevicesetlocation.c
+++ b/tools/idevicesetlocation.c
@@ -49,13 +49,14 @@ static void print_usage(int argc, char **argv, int is_error)
49 fprintf(is_error ? stderr : stdout, "Usage: %s [OPTIONS] -- <LAT> <LONG>\n", bname); 49 fprintf(is_error ? stderr : stdout, "Usage: %s [OPTIONS] -- <LAT> <LONG>\n", bname);
50 fprintf(is_error ? stderr : stdout, " %s [OPTIONS] reset\n", bname); 50 fprintf(is_error ? stderr : stdout, " %s [OPTIONS] reset\n", bname);
51 fprintf(is_error ? stderr : stdout, "\n" \ 51 fprintf(is_error ? stderr : stdout, "\n" \
52 "OPTIONS:\n" \ 52 "OPTIONS:\n" \
53 " -u, --udid UDID target specific device by UDID\n" \ 53 " -u, --udid UDID target specific device by UDID\n" \
54 " -n, --network connect to network device even if available via USB\n" \ 54 " -n, --network connect to network device even if available via USB\n" \
55 " -h, --help prints usage information\n" \ 55 " -h, --help prints usage information\n" \
56 " -d, --debug enable communication debugging\n" \ 56 " -d, --debug enable communication debugging\n" \
57 "\n" 57 "\n" \
58 "Homepage: <" PACKAGE_URL ">\n" 58 "Homepage: <" PACKAGE_URL ">\n" \
59 "Bug Reports: <" PACKAGE_BUGREPORT ">\n"
59 ); 60 );
60} 61}
61 62