diff options
author | Günther Deschner <gd@samba.org> | 2013-11-15 12:59:49 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2013-11-22 11:45:46 +0100 |
commit | fca415d536a685869c81668ef35661d7b0f9e803 (patch) | |
tree | 2d04bc3b1dcc011f50269071bb0d0b77a78ac55d | |
parent | 84c8fd73d7689053df0c5a18f2ae09c8f74fbc3e (diff) | |
download | samba-fca415d536a685869c81668ef35661d7b0f9e803.tar.gz |
docs: mention -V|--viewsddl in sharesec manpage.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
(cherry picked from commit d692389ea57724bd71caadb62e0231993188d34f)
-rw-r--r-- | docs-xml/manpages/sharesec.1.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs-xml/manpages/sharesec.1.xml b/docs-xml/manpages/sharesec.1.xml index 201c395a26..b7db9f43eb 100644 --- a/docs-xml/manpages/sharesec.1.xml +++ b/docs-xml/manpages/sharesec.1.xml @@ -32,10 +32,11 @@ <arg choice="opt">-d, --debuglevel=DEBUGLEVEL</arg> <arg choice="opt">-s, --configfile=CONFIGFILE</arg> <arg choice="opt">-l, --log-basename=LOGFILEBASE</arg> - <arg choice="opt">-V, --version</arg> + <arg choice="opt">--version</arg> <arg choice="opt">-?, --help</arg> <arg choice="opt">--usage</arg> <arg choice="opt">-S, --setsddl=STRING</arg> + <arg choice="opt">-V, --viewsddl</arg> </cmdsynopsis> </refsynopsisdiv> @@ -121,6 +122,13 @@ </para></listitem> </varlistentry> + <varlistentry> + <term>-V|--viewsddl</term> + <listitem><para> + List a share acl in SDDL format. + </para></listitem> + </varlistentry> + &stdarg.help; &stdarg.server.debug; &popt.common.samba; |