Updated the documentation for properties(1)

This commit is contained in:
Pierre Pronchery 2012-09-15 01:35:18 +00:00
parent c9a1051b20
commit 1f2c5eb527

View File

@ -49,6 +49,8 @@
<refsynopsisdiv> <refsynopsisdiv>
<cmdsynopsis> <cmdsynopsis>
<command>&name;</command> <command>&name;</command>
<arg choice="opt"><option>-p</option>
<replaceable>plug-in</replaceable></arg>
<arg choice="plain" rep="repeat"><replaceable>file</replaceable></arg> <arg choice="plain" rep="repeat"><replaceable>file</replaceable></arg>
</cmdsynopsis> </cmdsynopsis>
</refsynopsisdiv> </refsynopsisdiv>
@ -64,9 +66,15 @@
</refsect1> </refsect1>
<refsect1 id="options"> <refsect1 id="options">
<title>Options</title> <title>Options</title>
<para>No options are available; &name; expects an arbitrary number of files <para>The following options are available:</para>
and directories to be specified as arguments on the command line <variablelist>
instead.</para> <varlistentry>
<term><option>-p</option></term>
<listitem>
<para>Plug-in to load.</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1> </refsect1>
<refsect1 id="bugs"> <refsect1 id="bugs">
<title>Bugs</title> <title>Bugs</title>