We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd38f6 commit 1740202Copy full SHA for 1740202
tools/src/main/python/opengrok_tools/mirror.py
@@ -111,7 +111,8 @@ def main():
111
help='Number of worker processes')
112
add_http_headers(parser)
113
parser.add_argument('--api_timeout', type=int,
114
- help='Set response timeout in seconds for RESTful API calls')
+ help='Set response timeout in seconds '
115
+ 'for RESTful API calls')
116
117
try:
118
args = parser.parse_args()
0 commit comments