diff options
Diffstat (limited to 'pounce.1')
-rw-r--r-- | pounce.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/pounce.1 b/pounce.1 index 275b5a6..c55310b 100644 --- a/pounce.1 +++ b/pounce.1 @@ -1,4 +1,4 @@ -.Dd January 17, 2020 +.Dd February 18, 2020 .Dt POUNCE 1 .Os . @@ -14,6 +14,7 @@ .Op Fl H Ar host .Op Fl K Ar priv .Op Fl P Ar port +.Op Fl S Ar bind .Op Fl U Ar unix .Op Fl W Ar pass .Op Fl a Ar auth @@ -121,6 +122,11 @@ Bind to .Ar port . The default port is 6697. . +.It Fl S Ar host , Cm bind = Ar host +Bind to source address +.Ar host +when connecting to the server. +. .It Fl U Ar path , Cm local-path = Ar path Bind to a UNIX-domain socket at .Ar path . |