Fix help typo introduced in #27
This commit is contained in:
parent
03caed0df7
commit
7ab13eec75
|
@ -613,7 +613,7 @@ cli.command 'use-android-device <type>'
|
|||
configureDevHostForAndroidDevice type
|
||||
|
||||
cli.command 'use-ios-device <type>'
|
||||
.description 'sets up the host for ios device type: \'simulator\' - localhost, \'device\' - auto detect IP on eth0, IP'
|
||||
.description 'sets up the host for ios device type: \'simulator\' - localhost, \'real\' - auto detect IP on eth0, IP'
|
||||
.action (type) ->
|
||||
configureDevHostForIosDevice type
|
||||
|
||||
|
|
Loading…
Reference in New Issue