Skip to content
Snippets Groups Projects
Commit 5bccf160 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

small fix in help message

parent d92d0fb9
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ def evaluate(ctx, scores, evaluation, **kwargs):
common_options.MULTI_METRICS_HELP.format(
names='FtA, FAR, FRR, FMR, FMNR, HTER',
criteria=CRITERIA, score_format=SCORE_FORMAT,
command='bob pad multi-metrics'),
command='bob bio multi-metrics'),
criteria=CRITERIA)
def multi_metrics(ctx, scores, evaluation, protocols_number, **kwargs):
ctx.meta['min_arg'] = protocols_number * (2 if evaluation else 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment