blob: 8eabcf648c0b4650225c0b51f7c912fd5ba38b84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ar,v 1.1 2004/04/13 21:19:48 hubertf Exp $
--- src/helpdata.c.orig Wed Mar 15 23:42:52 2000
+++ src/helpdata.c
@@ -344,6 +344,8 @@ char *ht_options[] =
"",
" -port port try to connect to port port.",
"",
+" -lhost lhost connect from local address lhost.",
+"",
" -list list known servers, in order.",
"",
" -clear wipe args from command line.",
|