Skip to content

Commit 54a62bf

Browse files
committed
Fixes #49 - Update README with new help text #49
1 parent 3799a8a commit 54a62bf

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Install and debug iPhone apps without using Xcode. Designed to work on unjailbro
1010

1111
## Usage
1212

13-
./ios-deploy [OPTION]...
13+
Usage: ./ios-deploy [OPTION]...
1414
-d, --debug launch the app in GDB after installation
1515
-i, --id <device_id> the id of the device to connect to
1616
-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
2323
-n, --nostart do not start the app when debugging
2424
-I, --noninteractive start in non interactive mode (quit when app crashes or exits)
2525
-v, --verbose enable verbose output
26-
-m, --noinstall directly start debugging without app install (-d not required)
27-
-p, --port <number> port used for device, default: 12345
28-
-r, --uninstall uninstall the app before install (do not use with -m; app cache and data are cleared)
29-
-l, --list <bundle id> list files
30-
-V, --version print the executable version
26+
-m, --noinstall directly start debugging without app install (-d not required)
27+
-p, --port <number> port used for device, default: 12345
28+
-r, --uninstall uninstall the app before install (do not use with -m; app cache and data are cleared)
29+
-1, --bundle_id <bundle id> specify bundle id for list and upload
30+
-l, --list list files
31+
-o, --upload <file> upload file
32+
-2, --to <target pathname> use together with upload file. specify target for upload
33+
-V, --version print the executable version
3134

3235
## Demo
3336

0 commit comments

Comments
 (0)