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 2013/08/04 22:11:13 UTC

svn commit: r1510330 - /jena/site/trunk/content/documentation/serving_data/index.mdtext

Author: andy
Date: Sun Aug  4 20:11:13 2013
New Revision: 1510330

URL: http://svn.apache.org/r1510330
Log:
JENA-499 : Description of --localhost

Modified:
    jena/site/trunk/content/documentation/serving_data/index.mdtext

Modified: jena/site/trunk/content/documentation/serving_data/index.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/serving_data/index.mdtext?rev=1510330&r1=1510329&r2=1510330&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/serving_data/index.mdtext (original)
+++ jena/site/trunk/content/documentation/serving_data/index.mdtext Sun Aug  4 20:11:13 2013
@@ -210,10 +210,10 @@ assembler file for TDB is in tdb.ttl.
 
 **Fuseki Server Arguments**
 
--   `--help` <br /> Print help message.
--   `--port=*number*` <br /> Run on port *number* - default is 3030.
--   `--host=*name*` <br /> Listen only to a specific network interface.
--   `--update` <br /> Allow update. Otherwise only read requests are served (ignored if a configuration file is given).
+-   `--help`          <br /> Print help message.
+-   `--port=*number*` <br /> Run on port *number* (default is 3030).
+-   `--localhost`     <br /> Listen only to the localhost network interface.
+-   `--update`        <br /> Allow update. Otherwise only read requests are served (ignored if a configuration file is given).
 
 ## Fuseki Server starting with an empty dataset