Skip to content
Snippets Groups Projects
Commit 7432bb9f authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

swh graph grpc-serve doesn't take a host parameter

parent 99a97d7e
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ def serve(ctx, host, port, graph):
"--graph", "-g", required=True, metavar="GRAPH", help="compressed graph basename"
)
@click.pass_context
def grpc_serve(ctx, host, port, java_home, graph):
def grpc_serve(ctx, port, java_home, graph):
"""start the graph GRPC service
This command uses execve to execute the java GRPC service.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment