From 4522b9261ed99a08d1d96b04e5dc18179a6780a5 Mon Sep 17 00:00:00 2001 From: Yeo Kheng Meng Date: Sat, 29 Oct 2016 21:23:40 +0800 Subject: [PATCH] Update main.swift --- Examples/SwiftSerialExample/Sources/main.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/SwiftSerialExample/Sources/main.swift b/Examples/SwiftSerialExample/Sources/main.swift index c4ad39f..402d77c 100644 --- a/Examples/SwiftSerialExample/Sources/main.swift +++ b/Examples/SwiftSerialExample/Sources/main.swift @@ -11,7 +11,7 @@ let test3Strings: String = testString + "\n" + testString + "\n" + testString + let arguments = CommandLine.arguments guard arguments.count >= 2 else { - print("Need serial port name, e.g. /dev/ttyUSB0 as the first argument.") + print("Need serial port name, e.g. /dev/ttyUSB0 or /dev/cu.usbserial as the first argument.") exit(1) }