From ae13c3430f9a68f0e26472b0ccf03d55ec6cef53 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 19 Oct 2012 12:12:18 +0530 Subject: [PATCH] ... --- src/calibre/library/cli.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/calibre/library/cli.py b/src/calibre/library/cli.py index 615da6d71d..10265dd773 100644 --- a/src/calibre/library/cli.py +++ b/src/calibre/library/cli.py @@ -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'