From df412334d0b6e75d0982685396eed46fc3d0ffe2 Mon Sep 17 00:00:00 2001 From: Didier Raboud Date: Mon, 3 Oct 2016 11:16:48 +0200 Subject: Fix list wrapping in scan.py to fix generated manpage --- scan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scan.py b/scan.py index 43b72a4c7..8a6faae7f 100755 --- a/scan.py +++ b/scan.py @@ -243,8 +243,8 @@ try: extra_options=[utils.USAGE_SPACE, ("[OPTIONS] (General)", "", "header", False), ("Scan destinations:", "-s or --dest=", "option", False), - ("", "where is a comma separated list containing one or more of: 'file'\*, ", "option", False), - ("", "'viewer', 'editor', 'pdf', or 'print'. Use only commas between values, no spaces.", "option", False), + ("", "where is a comma separated list containing one or more of: 'file'", "option", False), + ("", ", 'viewer', 'editor', 'pdf', or 'print'. Use only commas between values, no spaces.", "option", False), ("Scan mode:", "-m or --mode=. Where is 'gray'\*, 'color' or 'lineart'.", "option", False), ("Scanning resolution:", "-r or --res= or --resolution=", "option", False), ("", "where 300 is default.", "option", False),