Clearer help text for --reload

Immutable databases are not commonly used, but it's useful to clarify
that --reload will pick up on changes to metadata.
This commit is contained in:
Simon Willison 2021-04-02 13:20:51 -07:00
commit 87b583a128
3 changed files with 3 additions and 3 deletions

View file

@ -336,7 +336,7 @@ def uninstall(packages, yes):
@click.option(
"--reload",
is_flag=True,
help="Automatically reload if database or code change detected - useful for development",
help="Automatically reload if code or metadata change detected - useful for development",
)
@click.option(
"--cors", is_flag=True, help="Enable CORS by serving Access-Control-Allow-Origin: *"