Skip to content

Commit 03d63a8

Browse files
committed
fix formatting of config.ini help text for roundup-server.
all lines < 80 characters, try to fill to 65 or so characters.
1 parent b1f976c commit 03d63a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

roundup/scripts/roundup_server.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -698,9 +698,9 @@ class ServerConfig(configuration.Config):
698698
"qualname\n'roundup.http'. Otherwise logging is done to "
699699
"stderr or the file\nspecified using the -l/logfile option."),
700700
(configuration.BooleanOption, "log_proxy_header", "no",
701-
"Use first element of reverse proxy header X-Forwarded-For "
702-
"as client IP address.\nThis appends a '+' sign to the logged "
703-
"host ip/name. Use only if server is\naccessible only via "
701+
"Use first element of reverse proxy header X-Forwarded-For\n"
702+
"as client IP address. This appends a '+' sign to the logged\n"
703+
"host ip/name. Use only if server is accessible only via\n"
704704
"trusted reverse proxy."),
705705
(configuration.NullableFilePathOption, "pidfile", "",
706706
"File to which the server records "

0 commit comments

Comments
 (0)