From ab28039aa58b339725dec8b97c7fa63f4a83d866 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Tue, 30 Apr 2013 12:20:02 -0700 Subject: [PATCH] Executable rename in docs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04e9803..6db3b53 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Install and debug iPhone apps without using Xcode. Designed to work on unjailbro ## Usage -* `fruitstrap [-d] -b [device_id]` +* `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.