Merge pull request #52 from cldwalker/fix-doc-typo

Fix help typo introduced in #27
This commit is contained in:
Artūr Girenko 2016-05-15 09:49:06 +02:00
commit ab90de6196
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