diff options
| -rw-r--r-- | docs/docbook/manpages/smbcacls.1.sgml | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/docbook/manpages/smbcacls.1.sgml b/docs/docbook/manpages/smbcacls.1.sgml index 3aa9920254..997af68331 100644 --- a/docs/docbook/manpages/smbcacls.1.sgml +++ b/docs/docbook/manpages/smbcacls.1.sgml @@ -26,6 +26,7 @@  		<arg choice="opt">-G name</arg>  		<arg choice="opt">-n</arg>  		<arg choice="opt">-h</arg> +		<arg choice="opt">-d</arg>  	</cmdsynopsis>  </refsynopsisdiv> @@ -137,6 +138,15 @@  		<listitem><para>Print usage information on the <command>smbcacls  		</command> program.</para></listitem>  		</varlistentry> +		 +		 +		 +		<varlistentry> +		<term>-d debuglevel</term> +		<listitem><para>Sets the debug level to the value given +		rather than use the value from the +		<filename>smb.conf</filename> file.</para></listitem> +		</varlistentry>  	</variablelist>  </refsect1>  | 
