File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,11 @@ def parse_args():
27
27
parser .add_argument ('--grpcMaxMessageLength' , type = int ,
28
28
dest = 'grpc_max_msg_len' )
29
29
parser .add_argument ('--functions-uri' , dest = 'functions_uri' ,
30
- help = 'URI with IP Address and Port used to connect to the Host via gRPC.' )
30
+ help = 'URI with IP Address and Port used to'
31
+ ' connect to the Host via gRPC.' )
31
32
parser .add_argument ('--functions-request-id' , dest = 'functions_request_id' ,
32
- help = 'Request ID used for gRPC communication with the Host.' )
33
+ help = 'Request ID used for gRPC communication '
34
+ 'with the Host.' )
33
35
parser .add_argument ('--functions-worker-id' , dest = 'functions_worker_id' ,
34
36
help = 'Worker ID assigned to this language worker.' )
35
37
parser .add_argument ('--functions-grpc-max-message-length' , type = int ,
You can’t perform that action at this time.
0 commit comments