Update of /cvsroot/com0com/hub4com/plugins/telnet
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv25976/plugins/telnet
Modified Files:
filter.cpp
Log Message:
Renamed option --use-port-module to --use-driver
Index: filter.cpp
===================================================================
RCS file: /cvsroot/com0com/hub4com/plugins/telnet/filter.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** filter.cpp 28 Mar 2008 16:05:44 -0000 1.1
--- filter.cpp 14 Apr 2008 07:32:04 -0000 1.2
***************
*** 20,27 ****
*
* $Log$
* Revision 1.1 2008/03/28 16:05:44 vfrolov
* Initial revision
*
- *
*/
--- 20,29 ----
*
* $Log$
+ * Revision 1.2 2008/04/14 07:32:04 vfrolov
+ * Renamed option --use-port-module to --use-driver
+ *
* Revision 1.1 2008/03/28 16:05:44 vfrolov
* Initial revision
*
*/
***************
*** 163,167 ****
<< endl
<< "Examples:" << endl
! << " " << pProgPath << " --create-filter=" << GetPluginAbout()->pName << ":\"--terminal=ANSI\" --add-filters=1:" << GetPluginAbout()->pName << " COM1 --use-port-module=tcp *your.telnet.server:telnet" << endl
<< " - use the ANSI terminal connected to the port COM1 for working on the" << endl
<< " telnet server your.telnet.server." << endl
--- 165,169 ----
<< endl
<< "Examples:" << endl
! << " " << pProgPath << " --create-filter=" << GetPluginAbout()->pName << ":\"--terminal=ANSI\" --add-filters=1:" << GetPluginAbout()->pName << " COM1 --use-driver=tcp *your.telnet.server:telnet" << endl
<< " - use the ANSI terminal connected to the port COM1 for working on the" << endl
<< " telnet server your.telnet.server." << endl
|