From 54a62bfdd01751b520a0acaa37f9599ddd77d8e2 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Thu, 31 Jul 2014 17:49:44 -0700 Subject: [PATCH] Fixes #49 - Update README with new help text #49 --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3716a1f..3eabf95 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 - ./ios-deploy [OPTION]... + Usage: ./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 @@ -23,11 +23,14 @@ Install and debug iPhone apps without using Xcode. Designed to work on unjailbro -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 - -r, --uninstall uninstall the app before install (do not use with -m; app cache and data are cleared) - -l, --list list files - -V, --version print the executable version + -m, --noinstall directly start debugging without app install (-d not required) + -p, --port port used for device, default: 12345 + -r, --uninstall uninstall the app before install (do not use with -m; app cache and data are cleared) + -1, --bundle_id specify bundle id for list and upload + -l, --list list files + -o, --upload upload file + -2, --to use together with upload file. specify target for upload + -V, --version print the executable version ## Demo