mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Clarify acceptable values for --threshold
in search ngrams
Summary: See D18710. Test Plan: o_O Reviewers: amckinley Reviewed By: amckinley Differential Revision: https://secure.phabricator.com/D18712
This commit is contained in:
parent
63d1230ade
commit
d36f98a15a
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ final class PhabricatorSearchManagementNgramsWorkflow
|
|||
'param' => 'threshold',
|
||||
'help' => pht(
|
||||
'Prune ngrams present in more than this fraction of '.
|
||||
'documents.'),
|
||||
'documents. Provide a value between 0.0 and 1.0.'),
|
||||
),
|
||||
));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue