Fix help typo introduced in #27

This commit is contained in:
Gabriel Horner 2016-05-14 20:09:41 -04:00
parent 03caed0df7
commit 7ab13eec75
1 changed files with 1 additions and 1 deletions

View File

@ -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