diff --git a/src/main/resources/org/broadinstitute/barclay/helpTemplates/generic.html.ftl b/src/main/resources/org/broadinstitute/barclay/helpTemplates/generic.html.ftl index c7a65d40..54409df2 100644 --- a/src/main/resources/org/broadinstitute/barclay/helpTemplates/generic.html.ftl +++ b/src/main/resources/org/broadinstitute/barclay/helpTemplates/generic.html.ftl @@ -60,9 +60,9 @@ <#if arg.options?has_content>
<#if arg.collection> - The ${arg.name} argument is an enumerated type (${arg.type}), which can accept the following values: - <#else> The ${arg.name} argument is a list of an enumerated type (${arg.type}), which can accept one or more of the following values: + <#else> + The ${arg.name} argument is an enumerated type (${arg.type}), which can accept the following values: #if>
- The --enumCollection argument is an enumerated type (List[TestEnum]), which can accept the following values: + The --enumCollection argument is a list of an enumerated type (List[TestEnum]), which can accept one or more of the following values:
- The --enumSetLong argument is an enumerated type (EnumSet[TestEnum]), which can accept the following values: + The --enumSetLong argument is a list of an enumerated type (EnumSet[TestEnum]), which can accept one or more of the following values:
- The --nonCLPEnumCollection argument is an enumerated type (List[TestNonCLPEnum]), which can accept the following values: + The --nonCLPEnumCollection argument is a list of an enumerated type (List[TestNonCLPEnum]), which can accept one or more of the following values:
- The --optionalClpEnum argument is a list of an enumerated type (TestEnum), which can accept one or more of the following values: + The --optionalClpEnum argument is an enumerated type (TestEnum), which can accept the following values:
- The --requiredClpEnum argument is a list of an enumerated type (TestEnum), which can accept one or more of the following values: + The --requiredClpEnum argument is an enumerated type (TestEnum), which can accept the following values: