Update usage.rst

Added missing documentation for public_url.
This commit is contained in:
Sofiane Abbar 2020-02-25 16:21:17 +03:00 committed by GitHub
parent 9e12ee6f8c
commit b55b8adb63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ Getting started
-b, --bind <address> Bind address -b, --bind <address> Bind address
-p, --port <port> Port [8080] -p, --port <port> Port [8080]
-C|--no-cors Disable Cross-origin resource sharing headers -C|--no-cors Disable Cross-origin resource sharing headers
-u|--public_url <url> Enable exposing the server on subpaths, not necessarily the root of the domain
-V, --verbose More verbose output -V, --verbose More verbose output
-s, --silent Less verbose output -s, --silent Less verbose output
-v, --version Version info -v, --version Version info