1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-11-23 22:55:37 +02:00

updated changelog and help texts

This commit is contained in:
Gani Georgiev
2025-01-30 17:28:22 +02:00
parent c5bd42a23f
commit 9b901fcee8
3 changed files with 8 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ func main() {
&hooksWatch,
"hooksWatch",
true,
"auto restart the app on pb_hooks file change",
"auto restart the app on pb_hooks file change; it has no effect on Windows",
)
var hooksPool int
@@ -76,7 +76,7 @@ func main() {
&indexFallback,
"indexFallback",
true,
"fallback the request to index.html on missing static path (eg. when pretty urls are used with SPA)",
"fallback the request to index.html on missing static path, e.g. when pretty urls are used with SPA",
)
app.RootCmd.ParseFlags(os.Args[1:])