diff --git a/re-natal.coffee b/re-natal.coffee index b9d90bc..029fb4c 100644 --- a/re-natal.coffee +++ b/re-natal.coffee @@ -613,7 +613,7 @@ cli.command 'use-android-device ' configureDevHostForAndroidDevice type cli.command 'use-ios-device ' - .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