When using an arg with a multiple-choice string type (e.g., type => {string, ["a", "b", "c"]}), the choices are properly respected but the help text erroneously concatenates those values, which appears to be due to this line which contains an extra list wrapper around the already-list arg.