fix command line help

This commit is contained in:
Maximilian Hils 2014-07-06 02:15:54 +02:00
parent b0c366aa45
commit 5fed5753b4

View File

@ -246,7 +246,7 @@ def common_options(parser):
group = parser.add_argument_group("Proxy Options") group = parser.add_argument_group("Proxy Options")
# We could make a mutually exclusive group out of -R, -F, -T, but we don't do that because # We could make a mutually exclusive group out of -R, -U, -T, but we don't do that because
# - --upstream-server should be in that group as well, but it's already in a different group. # - --upstream-server should be in that group as well, but it's already in a different group.
# - our own error messages are more helpful # - our own error messages are more helpful
group.add_argument( group.add_argument(
@ -285,7 +285,7 @@ def common_options(parser):
"Advanced Proxy Options", "Advanced Proxy Options",
""" """
The following options allow a custom adjustment of the proxy behavior. The following options allow a custom adjustment of the proxy behavior.
Normally, you don't want to use these options directly and use the provided wrappers instead (-R, -F, -T). Normally, you don't want to use these options directly and use the provided wrappers instead (-R, -U, -T).
""".strip() """.strip()
) )
group.add_argument( group.add_argument(