diff --git a/src/syncterm/bbslist.c b/src/syncterm/bbslist.c index 220c8ee135aa9fcb92be439ed55103adacf9da71..c3c291011f95b435ecd74a421d80a98ecb7468af 100644 --- a/src/syncterm/bbslist.c +++ b/src/syncterm/bbslist.c @@ -179,9 +179,9 @@ int rates[]={300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 76800, 11520 char *music_names[]={"ESC [ | only", "BANSI Style", "All ANSI Music enabled", NULL}; -char *address_help= "`Address` or `Phone Number`\n\n" - "Enter the hostname, IP address, or phone number of the system\n" - "to connect to. Example: `nix.synchro.net`"; +char *address_help= "`Address`, `Phone Number`, or `Serial Port`\n\n" + "Enter the hostname, IP address, phone number, or serial port device of\n" + "the system to connect to. Example: `nix.synchro.net`"; char *conn_type_help= "`Connection Type`\n\n" "Select the type of connection you wish to make:\n\n" "`RLogin`...........: Auto-login with RLogin protocol\n"