summaryrefslogtreecommitdiffstats
path: root/tools/idevicescreenshot.c
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/idevicescreenshot.c
parent2eaa56006670275faf691ae26679e14dde77e7ed (diff)
downloadlibimobiledevice-49f549c9dccdb54a4f27931f8069baa73d1d1bf8.tar.gz
libimobiledevice-49f549c9dccdb54a4f27931f8069baa73d1d1bf8.tar.bz2
Convert stray spaces to corresponding tabs
Diffstat (limited to 'tools/idevicescreenshot.c')
-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)
124 124
125void print_usage(int argc, char **argv) 125void print_usage(int argc, char **argv)
126{ 126{
127 char *name = NULL; 127 char *name = NULL;
128 128
129 name = strrchr(argv[0], '/'); 129 name = strrchr(argv[0], '/');
130 printf("Usage: %s [OPTIONS]\n", (name ? name + 1: argv[0])); 130 printf("Usage: %s [OPTIONS]\n", (name ? name + 1: argv[0]));
131 printf("Gets a screenshot from a device.\n"); 131 printf("Gets a screenshot from a device.\n");
132 printf("The screenshot is saved as a TIFF image in the current directory.\n"); 132 printf("The screenshot is saved as a TIFF image in the current directory.\n");
133 printf("NOTE: A mounted developer disk image is required on the device, otherwise\n"); 133 printf("NOTE: A mounted developer disk image is required on the device, otherwise\n");
134 printf("the screenshotr service is not available.\n\n"); 134 printf("the screenshotr service is not available.\n\n");
135 printf(" -d, --debug\t\tenable communication debugging\n"); 135 printf(" -d, --debug\t\tenable communication debugging\n");
136 printf(" -u, --udid UDID\ttarget specific device by its 40-digit device UDID\n"); 136 printf(" -u, --udid UDID\ttarget specific device by its 40-digit device UDID\n");
137 printf(" -h, --help\t\tprints usage information\n"); 137 printf(" -h, --help\t\tprints usage information\n");
138 printf("\n"); 138 printf("\n");
139} 139}