diff options
| author | 2020-06-04 02:46:09 +0200 | |
|---|---|---|
| committer | 2020-06-04 02:46:09 +0200 | |
| commit | bc2a1554dfeeb8c7e20d1c3b80e26ec69759743e (patch) | |
| tree | 2583c0ccae9fa2f1b3606118b49bc530749777f9 /tools/idevicesetlocation.c | |
| parent | e1cfe7f6d431b233a151a20b9efc8a8ccb34ab51 (diff) | |
| download | libimobiledevice-bc2a1554dfeeb8c7e20d1c3b80e26ec69759743e.tar.gz libimobiledevice-bc2a1554dfeeb8c7e20d1c3b80e26ec69759743e.tar.bz2 | |
Unify usage output in all tools and add bugreport URL
Diffstat (limited to 'tools/idevicesetlocation.c')
| -rw-r--r-- | tools/idevicesetlocation.c | 15 |
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 | ||
