Update command-line help text to explain server descriptions
Makes it clear that a each server can also specify port/password/nick/network if desired. Reported by Ant.
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
[Changes 1.2.2]
|
[Changes 1.2.2]
|
||||||
|
|
||||||
|
* Update command-line help text to explain server descriptions.
|
||||||
|
Reported by Ant. (caf)
|
||||||
|
|
||||||
* Replace last uses of bcopy() with memcpy(). (caf)
|
* Replace last uses of bcopy() with memcpy(). (caf)
|
||||||
|
|
||||||
* Fix /HISTORY *pattern* and /HISTORY -CLEAR. (caf)
|
* Fix /HISTORY *pattern* and /HISTORY -CLEAR. (caf)
|
||||||
|
|||||||
@@ -211,9 +211,10 @@ static volatile int cntl_c_hit = 0;
|
|||||||
|
|
||||||
static const char * const switch_help =
|
static const char * const switch_help =
|
||||||
"Usage: BitchX [switches] [nickname] [server list] \n"
|
"Usage: BitchX [switches] [nickname] [server list] \n"
|
||||||
" The [nickname] can be at most 15 characters long\n"
|
" The [nickname] can be at most 15 characters long.\n"
|
||||||
" The [server list] is a whitespace separate list of server name\n"
|
" The [server list] is a whitespace-separated list of server descriptions. Each\n"
|
||||||
" The [switches] may be any or all of the following\n"
|
" server description is of the form hostname[:port[:password[:nick[:network]]]].\n"
|
||||||
|
" The [switches] may be any or all of the following:\n"
|
||||||
#ifndef WINNT
|
#ifndef WINNT
|
||||||
" -H <hostname>\tuses the virtual hostname if possible\n"
|
" -H <hostname>\tuses the virtual hostname if possible\n"
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user