Skip to content

Commit bace3b5

Browse files
Fatme HavaluovaFatme Havaluova
authored andcommitted
Improve help
1 parent 877825e commit bace3b5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

resources/help.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Usage:
55

66
General commands:
77
help <command> Shows additional information about the commands in this list.
8-
launch <App path> Launch the application at the specified path on the iOS Simulator.
9-
device-types Lists the available device types for current Xcode version.
10-
sdks Lists the available iOS sdk versions.
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.
10+
sdks Lists the available iOS SDK versions.
1111

1212
General options:
1313
--help Prints help about the selected command.
@@ -27,13 +27,13 @@ Lists the available commands or shows information about the selected command.
2727
--[launch]--
2828

2929
Usage:
30-
$ ios-sim-portable launch <App path> [--exit]
30+
$ ios-sim-portable launch <Path> [--exit]
3131

32-
Launch the application at the specified path on iOS Simulator.
33-
<App path> - Specifies the path to application(.app file) that you want to run in iOS Simulator.
32+
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.
3434

3535
Options:
36-
--exit - If this option is specified, the process is exited after the iOS Simulator is started.
36+
--exit - If set, releases the console after the iOS Simulator starts.
3737

3838
--[/]--
3939

@@ -42,7 +42,7 @@ Options:
4242
Usage:
4343
$ ios-sim-portable device-types
4444

45-
Lists the available device types for current XCode version
45+
Lists the available device types for the current XCode version.
4646

4747
--[/]--
4848

@@ -51,6 +51,6 @@ Lists the available device types for current XCode version
5151
Usage:
5252
$ ios-sim-portable sdks
5353

54-
Lists the available iOS sdk versions.
54+
Lists the available iOS SDK versions.
5555

5656
--[/]--

0 commit comments

Comments
 (0)