From 7cee4e170d69853109a4b44ecbe3a8d90d5198a3 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Sun, 20 Jan 2008 23:39:19 +0000 Subject: [PATCH] Add serial port to the address help. --- src/syncterm/bbslist.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/syncterm/bbslist.c b/src/syncterm/bbslist.c index 220c8ee135..c3c291011f 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" -- GitLab