From 9420eb8172f93c733bc36778870c3028ae1ecf95 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Fri, 10 Apr 2020 10:19:20 +0200 Subject: [PATCH] [script.dataset] Fix base documentation --- bob/ip/binseg/script/dataset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob/ip/binseg/script/dataset.py b/bob/ip/binseg/script/dataset.py index 37f3b40e..b00d225e 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 -- GitLab