LiUSemWeb / HeFQUIN

HeFQUIN is a query federation engine for heterogeneous federations of graph data sources, including federations of knowledge graphs.
https://liusemweb.github.io/HeFQUIN/
Apache License 2.0
18 stars 1 forks source link

RunQueryWithoutSrcSel lists wrong CLI parameter #328

Closed keski closed 2 months ago

keski commented 2 months ago

RunQueryWithoutSrcSel.java lists an old CLI paramater when calling help:

@Override
protected String getSummary() {
       return getCommandName()+" --query=<query> --considerSPARQLEndpoint=<endpoint URI>";
}

should be:

@Override
protected String getSummary() {
       return getCommandName()+" --query=<query> --federationDescription=<federation description>";
}
hartig commented 2 months ago

Closed by PR #329