From 34540ce545c2c767e838e1ef1f48cbe28aef4ed6 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Tue, 6 Oct 2015 13:18:50 -0700 Subject: [PATCH] Fixed typo in README example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 262c8bc..fadcfb2 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ The commands below assume that you have an app called `my.app` with bundle id `b ios-deploy --exists --bundle_id com.apple.mobilemail // Download the Documents directory of the app *only* - ios-deploy --download=/Documents -bundle_id my.app.id --to ./my_download_location + ios-deploy --download=/Documents --bundle_id my.app.id --to ./my_download_location // List ids and names of connected devices ios-deploy -c