Skip to content

Commit 834bfb2

Browse files
committed
Bring test-data option name inline with planemo convention (test_data).
1 parent cfcc434 commit 834bfb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

planemo/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
def test_data_option():
88
return click.option(
9-
"--test-data",
9+
"--test_data",
1010
type=click.Path(exists=True, file_okay=False, resolve_path=True),
1111
help='test-data directory to for specified tool(s).'
1212
)

0 commit comments

Comments
 (0)