mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Update documentation, refs #1226
This commit is contained in:
parent
5af2b99111
commit
4df548e766
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ Options:
|
||||||
--secret TEXT Secret used for signing secure values, such as signed
|
--secret TEXT Secret used for signing secure values, such as signed
|
||||||
cookies
|
cookies
|
||||||
|
|
||||||
-p, --port INTEGER Port to run the server on, defaults to 8001
|
-p, --port INTEGER RANGE Port to run the server on, defaults to 8001
|
||||||
--title TEXT Title for metadata
|
--title TEXT Title for metadata
|
||||||
--license TEXT License label for metadata
|
--license TEXT License label for metadata
|
||||||
--license_url TEXT License URL for metadata
|
--license_url TEXT License URL for metadata
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ Options:
|
||||||
0.0.0.0 to listen to all IPs and allow access from other
|
0.0.0.0 to listen to all IPs and allow access from other
|
||||||
machines.
|
machines.
|
||||||
|
|
||||||
-p, --port INTEGER Port for server, defaults to 8001. Use -p 0 to automatically
|
-p, --port INTEGER RANGE Port for server, defaults to 8001. Use -p 0 to automatically
|
||||||
assign an available port.
|
assign an available port.
|
||||||
|
|
||||||
--reload Automatically reload if database or code change detected -
|
--reload Automatically reload if database or code change detected -
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue