From ea2b4c56ec255cd0185e0db19e9be882aef97714 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Thu, 3 May 2018 15:18:49 +0200
Subject: [PATCH] Fix the usage of evaluate script

---
 doc/experiments.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/experiments.rst b/doc/experiments.rst
index 08be81fb..21160bdc 100644
--- a/doc/experiments.rst
+++ b/doc/experiments.rst
@@ -270,8 +270,7 @@ each experiment. For example:
 
 .. code-block:: sh
 
-    $bob bio evaluate -v -l 'my_metrics.txt' -o 'my_plots.pdf' {sys1, sys2}/
-    {eval,dev}
+    $bob bio evaluate -v -l 'my_metrics.txt' -o 'my_plots.pdf' {sys1,sys2}/{dev,eval}
 
 will output metrics and plots for the two experiments (dev and eval pairs) in
 `my_metrics.txt` and `my_plots.pdf`, respectively.
-- 
GitLab