diff --git a/doc/guide.rst b/doc/guide.rst index 9ae188fef0d25bb36afaf2692e5fc3538fe3039e..9be9424d58b597e8065911f45ad682a5598de8c0 100644 --- a/doc/guide.rst +++ b/doc/guide.rst @@ -600,8 +600,7 @@ experiment. For example: .. code-block:: sh - $bob measure evaluate -v -l 'my_metrics.txt' -o 'my_plots.pdf' {sys1, sys2}/ - {eval,dev} + $bob measure 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.