From 248dbe9d573869c32716e1e6e9b72f23ec3a85bf Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Fri, 10 Apr 2020 10:17:13 +0200
Subject: [PATCH] [script.dataset] Fix help message

---
 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 24d9df70..37f3b40e 100644
--- a/bob/ip/binseg/script/dataset.py
+++ b/bob/ip/binseg/script/dataset.py
@@ -60,7 +60,7 @@ def dataset():
 \b
        $ bob config set "bob.ip.binseg.drive.datadir" "/path/to/drive/files"
 
-       Notice this setting **is** case-insensitive.
+       Notice this setting **is** case-sensitive.
 
     2. List all raw datasets supported (and configured):
 
-- 
GitLab