From 1f1874b485ffa78a4ea5f540cc85fca2505514bd Mon Sep 17 00:00:00 2001
From: Chris Norman
<#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>
<#list arg.options as option>
diff --git a/src/test/resources/org/broadinstitute/barclay/help/expected/HelpDoclet/org_broadinstitute_barclay_help_testinputs_TestArgumentContainer.html b/src/test/resources/org/broadinstitute/barclay/help/expected/HelpDoclet/org_broadinstitute_barclay_help_testinputs_TestArgumentContainer.html
index 5d26c001..3945b85e 100644
--- a/src/test/resources/org/broadinstitute/barclay/help/expected/HelpDoclet/org_broadinstitute_barclay_help_testinputs_TestArgumentContainer.html
+++ b/src/test/resources/org/broadinstitute/barclay/help/expected/HelpDoclet/org_broadinstitute_barclay_help_testinputs_TestArgumentContainer.html
@@ -402,7 +402,7 @@
--enumCollection
- 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 --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: