1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-30 06:50:24 +03:00

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
This commit is contained in:
Andreas Schneider 2021-11-11 14:46:15 +01:00 committed by Ralph Boehme
parent 57c1e115ec
commit c89799beda

View File

@ -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>