diff --git a/Examples/SwiftSerialIM/Sources/main.swift b/Examples/SwiftSerialIM/Sources/main.swift index e9ec557..8606309 100644 --- a/Examples/SwiftSerialIM/Sources/main.swift +++ b/Examples/SwiftSerialIM/Sources/main.swift @@ -4,7 +4,7 @@ import SwiftSerial 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) }