Skip to content

Commit

Permalink
Fix typo in usage message.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwe committed Aug 9, 2015
1 parent 294af53 commit b30ba99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audfprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def report(msglist):
-r <val>, --samplerate <val> Resample input files to this [default: 11025]
-p <dir>, --precompdir <dir> Save precomputed files under this dir [default: .]
-i <val>, --shifts <val> Use this many subframe shifts building fp [default: 0]
-w <val>, --match-win <val> Maximum tolerable frame skew to count as a matlch [default: 2]
-w <val>, --match-win <val> Maximum tolerable frame skew to count as a match [default: 2]
-N <val>, --min-count <val> Minimum number of matching landmarks to count as a match [default: 5]
-x <val>, --max-matches <val> Maximum number of matches to report for each query [default: 1]
-X, --exact-count Flag to use more precise (but slower) match counting
Expand Down

0 comments on commit b30ba99

Please sign in to comment.