From f54f67c41834e888f26b501c3ace6218de466a55 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Thu, 27 Mar 2014 15:32:19 -0700 Subject: [PATCH] Added the two new flags from 1.0.6 to the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7f3ab70..ba9a4f2 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,10 @@ Install and debug iPhone apps without using Xcode. Designed to work on unjailbro -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 + -I, --noninteractive start in non interactive mode (quit when app crashes or exits) -v, --verbose enable verbose output -m, --noinstall directly start debugging without app install (-d not required) + -p, --port port used for device, default: 12345 -V, --version print the executable version ## Demo