Skip to content

Commit a6a45aa

Browse files
committed
clarify argument
1 parent 65a7df1 commit a6a45aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neurofinder/commands/evaluate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import click
44
from .. import load, centers, shapes
55

6-
@click.argument('files', nargs=2, metavar='<files>', required=True)
6+
@click.argument('files', nargs=2, metavar='<files: ground truth, estimate>', required=True)
77
@click.option('--threshold', default=5, help='threshold distance')
88
@click.command('evaluate', short_help='compare results of two algorithms', options_metavar='<options>')
99
def evaluate(files, threshold):

0 commit comments

Comments
 (0)