multi: mark bimodal estimator experimental

This commit is contained in:
bitromortac
2023-03-22 16:39:15 +01:00
parent 170677be2b
commit a3e46dae9f
5 changed files with 7 additions and 5 deletions

View File

@@ -65,7 +65,8 @@ var setCfgCommand = cli.Command{
cli.StringFlag{
Name: "estimator",
Usage: "the probability estimator to use, choose " +
"between 'apriori' or 'bimodal'",
"between 'apriori' or 'bimodal' (bimodal is " +
"experimental)",
},
// Apriori config.
cli.DurationFlag{