diff roundup/scripts/roundup_server.py @ 8170:bf4a5bd5aa9f

fix formatting of config.ini help text for roundup-server. all lines < 80 characters, try to fill to 65 or so characters.
author John Rouillard <rouilj@ieee.org>
date Sun, 01 Dec 2024 18:29:20 -0500
parents 627c5d6a0551
children 4ed886dc2558
line wrap: on
line diff
--- a/roundup/scripts/roundup_server.py	Sun Dec 01 17:38:15 2024 -0500
+++ b/roundup/scripts/roundup_server.py	Sun Dec 01 18:29:20 2024 -0500
@@ -698,9 +698,9 @@
                 "qualname\n'roundup.http'. Otherwise logging is done to "
                 "stderr or the file\nspecified using the -l/logfile option."),
             (configuration.BooleanOption, "log_proxy_header", "no",
-                "Use first element of reverse proxy header X-Forwarded-For "
-                "as client IP address.\nThis appends a '+' sign to the logged "
-                "host ip/name. Use only if server is\naccessible only via "
+                "Use first element of reverse proxy header X-Forwarded-For\n"
+                "as client IP address. This appends a '+' sign to the logged\n"
+                "host ip/name. Use only if server is accessible only via\n"
                 "trusted reverse proxy."),
             (configuration.NullableFilePathOption, "pidfile", "",
                 "File to which the server records "

Roundup Issue Tracker: http://roundup-tracker.org/