diff options
Diffstat (limited to 'docs/docbook/manpages/vfstest.1.sgml')
-rw-r--r-- | docs/docbook/manpages/vfstest.1.sgml | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/docs/docbook/manpages/vfstest.1.sgml b/docs/docbook/manpages/vfstest.1.sgml index f8fa7298b8..9a7eff1939 100644 --- a/docs/docbook/manpages/vfstest.1.sgml +++ b/docs/docbook/manpages/vfstest.1.sgml @@ -1,7 +1,4 @@ -<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [ -<!ENTITY % globalentities SYSTEM '../global.ent'> %globalentities; -]> - +<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> <refentry id="vfstest"> <refmeta> @@ -51,8 +48,20 @@ </para> </listitem> </varlistentry> - &stdarg.debuglevel; - &stdarg.help; + <varlistentry> + <term>-d|--debug=debuglevel</term> + <listitem><para>set the debuglevel. Debug level 0 is the lowest + and 100 being the highest. This should be set to 100 if you are + planning on submitting a bug report to the Samba team (see + <filename>BUGS.txt</filename>). + </para></listitem> + </varlistentry> + + <varlistentry> + <term>-h|--help</term> + <listitem><para>Print a summary of command line options. + </para></listitem> + </varlistentry> <varlistentry> <term>-l|--logfile=logbasename</term> |