Skip to content

Commit 13ccbb0

Browse files
sanmantiSteven An
andauthored
Change description of --detect to be more accurate (#550)
Co-authored-by: Steven An <[email protected]>
1 parent 5002383 commit 13ccbb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ python -m py_compile src/scripts/*.py && xcodebuild -target ios-deploy && xcodeb
5252
Usage: ios-deploy [OPTION]...
5353
-d, --debug launch the app in lldb after installation
5454
-i, --id <device_id> the id of the device to connect to
55-
-c, --detect only detect if the device is connected
55+
-c, --detect list all connected devices
5656
-b, --bundle <bundle.app> the path to the app bundle to be installed
5757
-a, --args <args> command line arguments to pass to the app when launching it
5858
-s, --envs <envs> environment variables, space separated key-value pairs, to pass to the app when launching it

src/ios-deploy/ios-deploy.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2667,7 +2667,7 @@ void usage(const char* app) {
26672667
@"Usage: %@ [OPTION]...\n"
26682668
@" -d, --debug launch the app in lldb after installation\n"
26692669
@" -i, --id <device_id> the id of the device to connect to\n"
2670-
@" -c, --detect only detect if the device is connected\n"
2670+
@" -c, --detect list all connected devices\n"
26712671
@" -b, --bundle <bundle.app> the path to the app bundle to be installed\n"
26722672
@" -a, --args <args> command line arguments to pass to the app when launching it\n"
26732673
@" -s, --envs <envs> environment variables, space separated key-value pairs, to pass to the app when launching it\n"

0 commit comments

Comments
 (0)