diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-08-21 21:00:40 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-08-21 21:00:40 +0000 |
commit | e56a79f03f014b4001179c4c4a392f5a8460eb32 (patch) | |
tree | 26f5c21c4ba121921d6bad12da905d4bdad97e4d /docs/docbook/manpages | |
parent | 37b46432d4d64dc7ddf836dce3917451e62abbeb (diff) | |
download | samba-e56a79f03f014b4001179c4c4a392f5a8460eb32.tar.gz samba-e56a79f03f014b4001179c4c4a392f5a8460eb32.tar.bz2 samba-e56a79f03f014b4001179c4c4a392f5a8460eb32.zip |
Document -v option
(This used to be commit a8936762967643a935ae45f468ad70e206406190)
Diffstat (limited to 'docs/docbook/manpages')
-rw-r--r-- | docs/docbook/manpages/testparm.1.sgml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/docbook/manpages/testparm.1.sgml b/docs/docbook/manpages/testparm.1.sgml index 320e39e6f5..350683eb57 100644 --- a/docs/docbook/manpages/testparm.1.sgml +++ b/docs/docbook/manpages/testparm.1.sgml @@ -18,6 +18,7 @@ <command>testparm</command> <arg choice="opt">-s</arg> <arg choice="opt">-h</arg> + <arg choice="opt">-v</arg> <arg choice="opt">-L <servername></arg> <arg choice="req">config filename</arg> <arg choice="opt">hostname hostIP</arg> @@ -77,6 +78,13 @@ %L macro. </para></listitem> </varlistentry> + <varlistentry> + <term>-v</term> + <listitem><para>If this option is specified, testparm + will also output all options that were not used in + <filename>smb.conf</filename> and are thus set to + their defaults.</para></listitem> + </varlistentry> <varlistentry> <term>configfilename</term> |