Use type integer for --timeout, refs #1717

This commit is contained in:
Simon Willison 2022-04-24 07:09:08 -07:00
commit e64d14e413
2 changed files with 2 additions and 1 deletions

View file

@ -248,7 +248,7 @@ datasette publish cloudrun --help
metadata.json
--memory TEXT Memory to allocate in Cloud Run, e.g. 1Gi
--cpu [1|2|4] Number of vCPUs to allocate in Cloud Run
--timeout TEXT Build timeout in seconds
--timeout INTEGER Build timeout in seconds
--apt-get-install TEXT Additional packages to apt-get install
--help Show this message and exit.