From 71a5aef4e1e054359f419c5540694d3d8d8ededf Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Mon, 21 Dec 2009 16:24:31 +0100 Subject: [PATCH] s3-docs: mention long and undocumented option names in smbclient manpage. Guenther --- docs-xml/manpages-3/smbclient.1.xml | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/docs-xml/manpages-3/smbclient.1.xml b/docs-xml/manpages-3/smbclient.1.xml index 6b4311d9339..9c3a97f6de0 100644 --- a/docs-xml/manpages-3/smbclient.1.xml +++ b/docs-xml/manpages-3/smbclient.1.xml @@ -144,7 +144,7 @@ - -R <name resolve order> + -R|--name-resolve <name resolve order> This option is used by the programs in the Samba suite to determine what naming services and in what order to resolve host names to IP addresses. The option takes a space-separated @@ -201,7 +201,7 @@ - -M NetBIOS name + -M|--message NetBIOS name This options allows you to send messages, using the "WinPopup" protocol, to another computer. Once a connection is established you then type your message, pressing ^D (control-D) to @@ -237,7 +237,7 @@ - -p port + -p|--port port This number is the TCP port number that will be used when making connections to the server. The standard (well-known) TCP port number for an SMB/CIFS server is 139, which is the @@ -245,13 +245,19 @@ - -g + -g|--grepable This parameter provides combined with -L easy parseable output that allows processing with utilities such as grep and cut. + + -m|--max-protocol protocol + This parameter sets the maximum protocol version announced by the client. + + + -P @@ -262,7 +268,7 @@ &stdarg.help; - -I IP-address + -I|--ip-address IP-address IP address is the address of the server to connect to. It should be specified in standard "a.b.c.d" notation. @@ -280,7 +286,7 @@ - -E + -E|--stderr This parameter causes the client to write messages to the standard error stream (stderr) rather than to the standard output stream. @@ -290,7 +296,7 @@ - -L + -L|--list This option allows you to look at what services are available on a server. You use it as smbclient -L host and a list should appear. The -I @@ -300,7 +306,7 @@ - -b buffersize + -b|--send-buffer buffersize This option changes the transmit/send buffer size when getting or putting a file from/to the server. The default is 65520 bytes. Setting this value smaller (to 1200 bytes) has been @@ -326,7 +332,7 @@ &popt.common.connection; - -T tar options + -T|--tar tar options smbclient may be used to create tar(1) compatible backups of all the files on an SMB/CIFS share. The secondary tar flags that can be given to this option @@ -455,13 +461,13 @@ - -D initial directory + -D|--directory initial directory Change to initial directory before starting. Probably only of any use with the tar -T option. - -c command string + -c|--comand command string command string is a semicolon-separated list of commands to be executed instead of prompting from stdin. -N is implied by -c. -- 2.34.1