From 8d1f79d27c81fddb0b4929e865920b322e67449b Mon Sep 17 00:00:00 2001 From: Ted Mielczarek Date: Wed, 22 Apr 2015 07:43:31 -0400 Subject: [PATCH] Update README to include --mkdir and --rm --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7e00fea..98906f6 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ $ npm install -g ios-deploy -o, --upload upload file -w, --download download app tree -2, --to use together with up/download file/tree. specify target + -D, --mkdir make directory on device + -R, --rm remove file or directory on device (directories must be empty) -V, --version print the executable version -e, --exists check if the app with given bundle_id is installed or not