diff --git a/bob/ip/binseg/script/dataset.py b/bob/ip/binseg/script/dataset.py index 37f3b40e45f7592aacb56d3356efaac44d935806..b00d225e5af13faf394ec945acbc91986b4eee59 100644 --- a/bob/ip/binseg/script/dataset.py +++ b/bob/ip/binseg/script/dataset.py @@ -46,7 +46,7 @@ def _get_installed_datasets(): @click.group(cls=AliasedGroup) def dataset(): - """Commands for listing, describing and copying configuration resources""" + """Commands for listing and verifying datasets""" pass