some minor fixes from feedback

This commit is contained in:
Matthias
2019-11-24 09:55:34 +01:00
parent a6bb7595e8
commit a374df7622
3 changed files with 7 additions and 4 deletions

View File

@@ -343,7 +343,7 @@ AVAILABLE_CLI_OPTIONS = {
"template": Arg(
'--template',
help='Use a template which is either `minimal` or '
'`full` (containing multiple sample indicators).',
'`full` (containing multiple sample indicators). Default: `%(default)s`.',
choices=['full', 'minimal'],
default='full',
),