Skip to content

Commit

Permalink
fraud_detection: Fix docs for "show_fraud_stats"
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuchircu committed Oct 19, 2016
1 parent 703ce90 commit d256335
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions modules/fraud_detection/README
Expand Up @@ -404,14 +404,15 @@ hresh")

1.5.1. show_fraud_stats

Show the current stats of a given user for a given prefix.
Show the current statistics for a user to a given prefix and
fraud profile.

Name: show_fraud_stats

Parameters:
* user
* number
* prefix
* fraud_profile

1.5.2. fraud_reload

Expand Down
6 changes: 3 additions & 3 deletions modules/fraud_detection/doc/fraud_detection_admin.xml
Expand Up @@ -591,7 +591,7 @@ modparam("fraud_detection", "seqcalls_thresh_crit_col", "seqcalls_crit_thresh")
<function moreinfo="none">show_fraud_stats</function>
</title>
<para>
Show the current stats of a given user for a given prefix.
Show the current statistics for a user to a given prefix and fraud profile.
</para>
<para>
Name: <emphasis>show_fraud_stats</emphasis>
Expand All @@ -600,9 +600,9 @@ modparam("fraud_detection", "seqcalls_thresh_crit_col", "seqcalls_crit_thresh")
<itemizedlist>
<listitem><para>user</para></listitem>

<listitem><para>number</para></listitem>

<listitem><para>prefix</para></listitem>

<listitem><para>fraud_profile</para></listitem>
</itemizedlist>
</section>
<section>
Expand Down

0 comments on commit d256335

Please sign in to comment.