From d4168aa08b60587906856d4073de9c93b3097222 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 5 May 1996 08:04:06 +0000 Subject: documented -W option (This used to be commit c28fd9fe33f1c6445995d3b8a7bc45306bb5ad3e) --- docs/manpages/smbclient.1 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/manpages/smbclient.1 b/docs/manpages/smbclient.1 index 5590e01296..be3a953266 100644 --- a/docs/manpages/smbclient.1 +++ b/docs/manpages/smbclient.1 @@ -36,6 +36,9 @@ smbclient \- ftp-like Lan Manager client program .B -n .I netbios name ] [ +.B -W +.I workgroup +] [ .B -O .I socket options ] [ @@ -323,6 +326,14 @@ uppercase) as its netbios name. This parameter allows you to override the host name and use whatever netbios name you wish. .RE +.B -W +.I workgroup + +.RS 3 +Override what workgroup is used for the connection. This may be needed +to connect to some servers. +.RE + .B -p .I port number .RS 3 -- cgit