From a2899b157f6096fd48e0c9a16a8cb7c848736ea4 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 18 Nov 2013 12:16:00 +0100 Subject: docs: use popt.autohelp and remove duplicate -e option from smbclient manpage. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner Reviewed-by: Andreas Schneider --- docs-xml/manpages/smbclient.1.xml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'docs-xml/manpages') diff --git a/docs-xml/manpages/smbclient.1.xml b/docs-xml/manpages/smbclient.1.xml index d5a7068246..b4f78969ee 100644 --- a/docs-xml/manpages/smbclient.1.xml +++ b/docs-xml/manpages/smbclient.1.xml @@ -276,8 +276,6 @@ - &stdarg.help; - -I|--ip-address IP-address IP address is the address of the server to connect to. @@ -331,19 +329,6 @@ - - -e|--encrypt - - This command line parameter requires the remote - server support the UNIX extensions or that the SMB3 protocol has been selected. - Requests that the connection be encrypted. Negotiates SMB encryption using either - SMB3 or POSIX extensions via GSSAPI. Uses the given credentials for - the encryption negotiation (either kerberos or NTLMv1/v2 if given - domain/username/password triple. Fails the connection if encryption - cannot be negotiated. - - - -B|--browse Browse SMB servers using DNS. @@ -354,6 +339,7 @@ &popt.common.samba; &popt.common.credentials; &popt.common.connection; + &popt.autohelp; -t|--timeout <timeout-seconds> -- cgit