diff options
author | Lars Müller <lmuelle@samba.org> | 2006-02-06 22:47:59 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:16 -0500 |
commit | ff9984512a6cd4f9e05b82ab1c3aaad16df90afe (patch) | |
tree | 200fb3fd2ff96046eb2e445ba580fb2e890662df /docs | |
parent | 759499296c6d2c46e00fa6c06417595fdc79c3aa (diff) | |
download | samba-ff9984512a6cd4f9e05b82ab1c3aaad16df90afe.tar.gz samba-ff9984512a6cd4f9e05b82ab1c3aaad16df90afe.tar.bz2 samba-ff9984512a6cd4f9e05b82ab1c3aaad16df90afe.zip |
Add missing arguments.
(This used to be commit cfcdac776b33bb4d468433155fe6b357a5e6eb66)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manpages-3/testparm.1.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manpages-3/testparm.1.xml b/docs/manpages-3/testparm.1.xml index c65889af39..559fc784f4 100644 --- a/docs/manpages-3/testparm.1.xml +++ b/docs/manpages-3/testparm.1.xml @@ -93,7 +93,7 @@ </varlistentry> <varlistentry> - <term>--parameter-name</term> + <term>--parameter-name parametername</term> <listitem><para> Dumps the named parameter. If no section-name is set the view is limited by default to the global section. @@ -101,7 +101,7 @@ </varlistentry> <varlistentry> - <term>--section-name</term> + <term>--section-name sectionname</term> <listitem><para> Dumps the named section. </para></listitem> |