Skip to content
Snippets Groups Projects
Commit a9495612 authored by deuce's avatar deuce
Browse files

Add help for Direct COM connection type.

parent 13f2e7a6
No related branches found
No related tags found
No related merge requests found
...@@ -190,6 +190,7 @@ char *conn_type_help= "`Connection Type`\n\n" ...@@ -190,6 +190,7 @@ char *conn_type_help= "`Connection Type`\n\n"
"`Raw`..............: Make a raw socket connection\n" "`Raw`..............: Make a raw socket connection\n"
"`SSH`..............: Connect using the SSH protocol\n" "`SSH`..............: Connect using the SSH protocol\n"
"`Modem`............: Connect using a dial-up modem\n" "`Modem`............: Connect using a dial-up modem\n"
"`Direct COM`.......: Connect using directly to a serial port\n"
#ifdef __unix__ #ifdef __unix__
"`Shell`............: Connect to a local PTY\n"; "`Shell`............: Connect to a local PTY\n";
#else #else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment