diff --git a/README.md b/README.md index 6db3b53..892bace 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,20 @@ Install and debug iPhone apps without using Xcode. Designed to work on unjailbro ## Usage -* `ios-deploy [-d] -b [device_id]` -* Optional `-d` flag launches a remote GDB session after the app has been installed. -* `` must be an iPhone application bundle, *not* an IPA. -* Optional `device_id`; useful when you have more than one iPhone/iPad connected. +./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