diff options
author | Martin Szulecki | 2013-11-04 23:19:37 +0100 |
---|---|---|
committer | Martin Szulecki | 2013-11-04 23:19:37 +0100 |
commit | 49f549c9dccdb54a4f27931f8069baa73d1d1bf8 (patch) | |
tree | 25dde4b485b6b8b83c99719e721c179acbfc6a6a /tools/idevicescreenshot.c | |
parent | 2eaa56006670275faf691ae26679e14dde77e7ed (diff) | |
download | libimobiledevice-49f549c9dccdb54a4f27931f8069baa73d1d1bf8.tar.gz libimobiledevice-49f549c9dccdb54a4f27931f8069baa73d1d1bf8.tar.bz2 |
Convert stray spaces to corresponding tabs
Diffstat (limited to 'tools/idevicescreenshot.c')
-rw-r--r-- | tools/idevicescreenshot.c | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/tools/idevicescreenshot.c b/tools/idevicescreenshot.c index d056dd0..8f5fcaf 100644 --- a/tools/idevicescreenshot.c +++ b/tools/idevicescreenshot.c @@ -124,16 +124,16 @@ int main(int argc, char **argv) void print_usage(int argc, char **argv) { - char *name = NULL; + char *name = NULL; - name = strrchr(argv[0], '/'); - printf("Usage: %s [OPTIONS]\n", (name ? name + 1: argv[0])); - printf("Gets a screenshot from a device.\n"); - printf("The screenshot is saved as a TIFF image in the current directory.\n"); - printf("NOTE: A mounted developer disk image is required on the device, otherwise\n"); - printf("the screenshotr service is not available.\n\n"); - printf(" -d, --debug\t\tenable communication debugging\n"); - printf(" -u, --udid UDID\ttarget specific device by its 40-digit device UDID\n"); - printf(" -h, --help\t\tprints usage information\n"); - printf("\n"); + name = strrchr(argv[0], '/'); + printf("Usage: %s [OPTIONS]\n", (name ? name + 1: argv[0])); + printf("Gets a screenshot from a device.\n"); + printf("The screenshot is saved as a TIFF image in the current directory.\n"); + printf("NOTE: A mounted developer disk image is required on the device, otherwise\n"); + printf("the screenshotr service is not available.\n\n"); + printf(" -d, --debug\t\tenable communication debugging\n"); + printf(" -u, --udid UDID\ttarget specific device by its 40-digit device UDID\n"); + printf(" -h, --help\t\tprints usage information\n"); + printf("\n"); } |