Skip to content

Commit 1740202

Browse files
Vladimir Kotalahornace
authored andcommitted
wrap the line
1 parent efd38f6 commit 1740202

File tree

1 file changed

+2
-1
lines changed
  • tools/src/main/python/opengrok_tools

1 file changed

+2
-1
lines changed

tools/src/main/python/opengrok_tools/mirror.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ def main():
111111
help='Number of worker processes')
112112
add_http_headers(parser)
113113
parser.add_argument('--api_timeout', type=int,
114-
help='Set response timeout in seconds for RESTful API calls')
114+
help='Set response timeout in seconds '
115+
'for RESTful API calls')
115116

116117
try:
117118
args = parser.parse_args()

0 commit comments

Comments
 (0)