From 83c6d658c82660a7c257615f2ac9c4531ba1bb6b Mon Sep 17 00:00:00 2001 From: jfrey Date: Thu, 20 Apr 2017 18:48:59 +0200 Subject: [PATCH] user.py: mention MAC in help for ganglion, see #39) --- user.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user.py b/user.py index a9ca3e1..438ee70 100644 --- a/user.py +++ b/user.py @@ -26,8 +26,8 @@ parser.add_argument('-i', '--info', metavar='PLUGIN', help="Show more information about a plugin.") parser.add_argument('-p', '--port', - help="Port to connect to OpenBCI Dongle " + - "( ex /dev/ttyUSB0 or /dev/tty.usbserial-* ) or AUTO to attempt auto-dection.") + help="For Cyton, port to connect to OpenBCI Dongle " + + "( ex /dev/ttyUSB0 or /dev/tty.usbserial-* ). For Ganglion, MAC address of the board. For both, AUTO to attempt auto-detection.") parser.set_defaults(port="AUTO") # baud rate is not currently used parser.add_argument('-b', '--baud', default=115200, type=int,