summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2021-11-11 14:46:15 +0100
committerRalph Boehme <slow@samba.org>2021-11-11 16:27:12 +0000
commitc89799beda6757c03045e3b103344adc15006a33 (patch)
tree2ab6bb4659f5cb835bd06e68f3913291f1a087cd /docs-xml
parent57c1e115ecef41ef18599e5233079ccd83d13bfc (diff)
downloadsamba-c89799beda6757c03045e3b103344adc15006a33.tar.gz
docs-xml: Fix smbget manpage
There is no &stdarg.encrypt anymore. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Thu Nov 11 16:27:12 UTC 2021 on sn-devel-184
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages/smbget.1.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs-xml/manpages/smbget.1.xml b/docs-xml/manpages/smbget.1.xml
index e91e5eb8cf4..64924ef9ca8 100644
--- a/docs-xml/manpages/smbget.1.xml
+++ b/docs-xml/manpages/smbget.1.xml
@@ -34,6 +34,7 @@
<arg choice="opt">-b, --blocksize</arg>
<arg choice="opt">-O, --stdout</arg>
<arg choice="opt">-u, --update</arg>
+ <arg choice="opt">-e, --encrypt</arg>
<arg choice="opt">-?, --help</arg>
<arg choice="opt">--usage</arg>
<arg choice="req">smb://host/share/path/to/file</arg>
@@ -145,7 +146,10 @@
<listitem><para>Download only when remote file is newer than local file or local file is missing.</para></listitem>
</varlistentry>
- &stdarg.encrypt;
+ <varlistentry>
+ <term>-e, --encrypt</term>
+ <listitem><para>Enable SMB encryption.</para></listitem>
+ </varlistentry>
</refsect1>