You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2019/02/13 10:17:18 UTC

[jena] branch master updated: Fix help text for --general

This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/master by this push:
     new 3557ff4  Fix help text for --general
3557ff4 is described below

commit 3557ff4b81b85f1e7db00310e03f741ec37c4b33
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Wed Feb 13 10:17:14 2019 +0000

    Fix help text for --general
---
 .../src/main/java/org/apache/jena/fuseki/main/cmds/FusekiMain.java     | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/jena-fuseki2/jena-fuseki-main/src/main/java/org/apache/jena/fuseki/main/cmds/FusekiMain.java b/jena-fuseki2/jena-fuseki-main/src/main/java/org/apache/jena/fuseki/main/cmds/FusekiMain.java
index 5d07b43..dbff725 100644
--- a/jena-fuseki2/jena-fuseki-main/src/main/java/org/apache/jena/fuseki/main/cmds/FusekiMain.java
+++ b/jena-fuseki2/jena-fuseki-main/src/main/java/org/apache/jena/fuseki/main/cmds/FusekiMain.java
@@ -159,8 +159,7 @@ public class FusekiMain extends CmdARQ {
             add(argSparqler, "--sparqler=DIR",
                 "Run with SPARQLer services Directory for static content");
             add(argValidators, "--validators",      "Install validators");
-            add(argGeneralQuerySvc, "-general=",    "Add a general SPARQL endpoint (without a dataset)");
-
+            add(argGeneralQuerySvc, "--general=",    "Add a general SPARQL endpoint (without a dataset)");
             
             add(argAuth, "--auth=[basic|Digest]", "Run the server using basic or digest authentication (dft: digest).");
             add(argHttps, "--https=CONF", "https certificate access details. JSON file { \"cert\":FILE , \"passwd\"; SECRET } ");