diff --git a/bob/bio/base/script/commands.py b/bob/bio/base/script/commands.py index 6e584aaa82b4b724e6deeaf6dbcf84a76446dd21..c8cbe94e916f9301c4cf35932f12c513fad7011a 100644 --- a/bob/bio/base/script/commands.py +++ b/bob/bio/base/script/commands.py @@ -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)