From 7ab13eec75b8d956c9a1d1076c18f148cb2a7bcd Mon Sep 17 00:00:00 2001 From: Gabriel Horner Date: Sat, 14 May 2016 20:09:41 -0400 Subject: [PATCH] Fix help typo introduced in #27 --- re-natal.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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