Skip to content

Commit

Permalink
man: update man page with recently introduced options
Browse files Browse the repository at this point in the history
  • Loading branch information
mrc0mmand committed May 13, 2022
1 parent 014f46e commit de718c4
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions man/dfuzzer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,31 @@
<term><option>--method=<replaceable>NAME</replaceable></option></term>

<listitem><para>If provided, only method named <replaceable>NAME</replaceable> is tested.
Requires <option>-o/--object=</option> and <option>-i/--interface=</option> to be set as well.
</para></listitem>
Requires <option>-o/--object=</option> and <option>-i/--interface=</option> to be set as well.</para>

<para>Implies <option>--skip-properties</option>.</para></listitem>
</varlistentry>

<varlistentry>
<term><option>-p <replaceable>NAME</replaceable></option></term>
<term><option>--property=<replaceable>NAME</replaceable></option></term>

<listitem><para>If provided, only property named <replaceable>NAME</replaceable> is tested.
Requires <option>-o/--object=</option> and <option>-i/--interface=</option> to be set as well.</para>

<para>Implies <option>--skip-methods</option>.</para></listitem>
</varlistentry>

<varlistentry>
<term><option>--skip-methods</option></term>

<listitem><para>Skip method testing and test only properties.</para></listitem>
</varlistentry>

<varlistentry>
<term><option>--skip-properties</option></term>

<listitem><para>Skip property testing and test only methods.</para></listitem>
</varlistentry>

<varlistentry>
Expand Down

0 comments on commit de718c4

Please sign in to comment.