1
0
Fork 0
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:
epriestley 2017-10-17 14:29:05 -07:00
parent 63d1230ade
commit d36f98a15a

View file

@ -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.'),
),
));
}