summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-11-04 23:19:37 +0100
committerGravatar Martin Szulecki2013-11-04 23:19:37 +0100
commit49f549c9dccdb54a4f27931f8069baa73d1d1bf8 (patch)
tree25dde4b485b6b8b83c99719e721c179acbfc6a6a /tools
parent2eaa56006670275faf691ae26679e14dde77e7ed (diff)
downloadlibimobiledevice-49f549c9dccdb54a4f27931f8069baa73d1d1bf8.tar.gz
libimobiledevice-49f549c9dccdb54a4f27931f8069baa73d1d1bf8.tar.bz2
Convert stray spaces to corresponding tabs
Diffstat (limited to 'tools')
-rw-r--r--tools/idevicescreenshot.c22
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");
}