This commit is contained in:
Kovid Goyal 2012-10-19 12:12:18 +05:30
parent 5dc17d0b0d
commit ae13c3430f

View File

@ -695,13 +695,13 @@ datatype is one of: {0}
'--display="{\\"enum_values\\":[\\"val1\\", \\"val2\\"]}"'
'\n'
'There are many options that can go into the display variable.'
'The options by column type are:'
'The options by column type are:\n'
'composite: composite_template, composite_sort, make_category,'
' contains_html, use_decorations'
'datetime: date_format'
'enumeration: enum_values, enum_colors, use_decorations'
'int, float: number_format'
'text: is_names, use_decorations'
'contains_html, use_decorations\n'
'datetime: date_format\n'
'enumeration: enum_values, enum_colors, use_decorations\n'
'int, float: number_format\n'
'text: is_names, use_decorations\n'
'\n'
'The best way to find legal combinations is to create a custom'
'column of the appropriate type in the GUI then look at the'