diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/inetcat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/inetcat.c b/tools/inetcat.c index 403c4ff..adcb1f1 100644 --- a/tools/inetcat.c +++ b/tools/inetcat.c @@ -79,9 +79,9 @@ static void print_usage(int argc, char **argv, int is_error) { char *name = NULL; name = strrchr(argv[0], '/'); - fprintf(is_error ? stderr : stdout, "Usage: %s [OPTIONS] DEVICE_PORT\n", (name ? name + 1: argv[0])); + fprintf(is_error ? stderr : stdout, "Usage: %s [OPTIONS] DEVICE_PORT\n\n", (name ? name + 1: argv[0])); fprintf(is_error ? stderr : stdout, - "Proxy that enables TCP service access to iOS devices.\n\n" \ + "Opens a read/write interface via STDIN/STDOUT to a TCP port on a usbmux device.\n\n" \ " -u, --udid UDID target specific device by UDID\n" \ " -n, --network connect to network device\n" \ " -l, --local connect to USB device (default)\n" \ |