Update documentation, refs #1226

This commit is contained in:
Simon Willison 2021-02-18 10:27:12 -08:00
commit 4df548e766
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ Options:
--secret TEXT Secret used for signing secure values, such as signed
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
--license TEXT License label for metadata
--license_url TEXT License URL for metadata

View file

@ -11,7 +11,7 @@ Options:
0.0.0.0 to listen to all IPs and allow access from other
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.
--reload Automatically reload if database or code change detected -