Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
loicgasser committed Mar 8, 2018
1 parent 7a9f04a commit 1c890b0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/usage.rst
Expand Up @@ -4,21 +4,21 @@ Usage

Getting started
======

::

Usage: tileserver-gl [mbtiles] [options]

mbtiles MBTiles file (uses demo configuration);
ignored if the configuration file is also specified
Usage: main.js tileserver-gl [mbtiles] [options]

Options:
-c, --config Configuration file [config.json]
-b, --bind Bind address
-p, --port Port [8080]
-V, --verbose More verbose output
-v, --version Version info
Options:

-h, --help output usage information
--mbtiles <file> MBTiles file (uses demo configuration);
ignored if the configuration file is also specified
-c, --config <file> Configuration file
-b, --bind <address> Bind address
-p, --port <port> Port
-C|--no-cors Disable Cross-origin resource sharing headers
-V, --verbose More verbose output
-v, --version Version info


Default styles and configuration
Expand Down

0 comments on commit 1c890b0

Please sign in to comment.