From b517d9d535ef543b77c5ff9e301ad3b4cf7de451 Mon Sep 17 00:00:00 2001 From: Theophile GENTILHOMME Date: Wed, 27 Jun 2018 08:29:34 +0200 Subject: [PATCH] [script][common_options] Fix help message for titles --- bob/measure/script/common_options.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bob/measure/script/common_options.py b/bob/measure/script/common_options.py index 1f53ecf..032bd09 100644 --- a/bob/measure/script/common_options.py +++ b/bob/measure/script/common_options.py @@ -523,8 +523,8 @@ def titles_option(**kwargs): '-ts', '--titles', type=click.STRING, default=None, help='The titles of the plots seperated by commas. ' 'For example, if the figure has two plots, \"MyTitleA,MyTitleB\" ' - 'is a possible input' - 'Provide just a space (-t ' ') to ' + 'is a possible input.' + ' Provide just a space (-ts \' \') to ' 'remove the titles from figures.', callback=callback, **kwargs)(func) return custom_title_option -- 2.21.0