You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by sa...@apache.org on 2013/04/26 00:16:33 UTC

svn commit: r1475988 - /jena/trunk/jena-fuseki/fuseki

Author: sallen
Date: Thu Apr 25 22:16:32 2013
New Revision: 1475988

URL: http://svn.apache.org/r1475988
Log:
JENA-442 Comments in fuseki script

Modified:
    jena/trunk/jena-fuseki/fuseki

Modified: jena/trunk/jena-fuseki/fuseki
URL: http://svn.apache.org/viewvc/jena/trunk/jena-fuseki/fuseki?rev=1475988&r1=1475987&r2=1475988&view=diff
==============================================================================
--- jena/trunk/jena-fuseki/fuseki (original)
+++ jena/trunk/jena-fuseki/fuseki Thu Apr 25 22:16:32 2013
@@ -39,14 +39,16 @@
 # FUSEKI_PID
 #   The FUSEKI PID file, defaults to $FUSEKI_RUN/fuseki.pid
 #
+# FUSEKI_ARGS
+#   The arguments to pass to the Fuseki server on the command line, overrides FUSEKI_CONF and FUSEKI_DATA_DIR settings
+#
 # FUSEKI_CONF
 #   The FUSEKI Configuration file
 #
 # FUSEKI_USER
 #   If set, the server will be run as this user
 #
-# TODO:
-#   - A way to specify arguments to Fuseki (FUSEKI_ARGS)
+#
 
 usage()
 {