From 6f78fbc5f3b08f5c19e84bb20fb0e7d1ef1bfc14 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Fri, 25 Oct 2013 15:43:59 -0700 Subject: [PATCH] Update README.md --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 892bace..7f3ab70 100644 --- a/README.md +++ b/README.md @@ -10,20 +10,20 @@ Install and debug iPhone apps without using Xcode. Designed to work on unjailbro ## Usage -./ios-deploy [OPTION]... - -d, --debug launch the app in GDB after installation - -i, --id the id of the device to connect to - -c, --detect only detect if the device is connected - -b, --bundle the path to the app bundle to be installed - -a, --args command line arguments to pass to the app when launching it - -t, --timeout number of seconds to wait for a device to be connected - -u, --unbuffered don't buffer stdout - -g, --gdbargs extra arguments to pass to GDB when starting the debugger - -x, --gdbexec GDB commands script file - -n, --nostart do not start the app when debugging - -v, --verbose enable verbose output - -m, --noinstall directly start debugging without app install (-d not required) - -V, --version print the executable version + ./ios-deploy [OPTION]... + -d, --debug launch the app in GDB after installation + -i, --id the id of the device to connect to + -c, --detect only detect if the device is connected + -b, --bundle the path to the app bundle to be installed + -a, --args command line arguments to pass to the app when launching it + -t, --timeout number of seconds to wait for a device to be connected + -u, --unbuffered don't buffer stdout + -g, --gdbargs extra arguments to pass to GDB when starting the debugger + -x, --gdbexec GDB commands script file + -n, --nostart do not start the app when debugging + -v, --verbose enable verbose output + -m, --noinstall directly start debugging without app install (-d not required) + -V, --version print the executable version ## Demo