Skip to content

Commit 391cd8e

Browse files
committed
Tweaked help.txt
1 parent c49419e commit 391cd8e

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

resources/help.txt

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
Usage:
44
$ ios-sim-portable <command> [command parameters] [--command <options>]
5+
$ isim <command> [command parameters] [--command <options>]
56

67
General commands:
78
help <command> Shows additional information about the commands in this list.
8-
launch <path> Launches the application at the specified path in the iOS Simulator.
9-
device-types Lists the available device types for the current XCode version.
9+
launch <full path> Launches the application at the specified path in the iOS Simulator.
10+
device-types Lists the available device types for the current Xcode version.
1011
sdks Lists the available iOS SDK versions.
1112

1213
General options:
@@ -18,6 +19,7 @@ General options:
1819

1920
Usage:
2021
$ ios-sim-portable help [<Command>]
22+
$ isim help [<Command>]
2123

2224
Lists the available commands or shows information about the selected command.
2325
<Command> is any of the available commands as listed by $ ios-sim-portable help.
@@ -27,13 +29,16 @@ Lists the available commands or shows information about the selected command.
2729
--[launch]--
2830

2931
Usage:
30-
$ ios-sim-portable launch <Path> [--exit]
32+
$ ios-sim-portable launch <Full Path> [--exit] [--device <Name>]
33+
$ isim launch <Full Path> [--exit] [--device <Name>]
3134

3235
Launches the application located at the specified path in the iOS Simulator.
33-
<Path> is the file path to the application file (.app) that you want to load in the iOS Simulator.
36+
<Full Path> is the absolute file path to the application file (.app) that you want to load in the iOS Simulator.
37+
<Name> is the name of an available device as listed by $ ios-sim-portable device-types.
3438

3539
Options:
3640
--exit - If set, releases the console after the iOS Simulator starts.
41+
--device - If set, launches the app in the selected device. Otherwise, launches the app in the default device.
3742

3843
--[/]--
3944

@@ -42,7 +47,7 @@ Options:
4247
Usage:
4348
$ ios-sim-portable device-types
4449

45-
Lists the available device types for the current XCode version.
50+
Lists the available device types for the current Xcode version.
4651

4752
--[/]--
4853

0 commit comments

Comments
 (0)