From 36576948410c990908bc4d1e5c4c396cdd2673e3 Mon Sep 17 00:00:00 2001 From: gak Date: Wed, 10 Jul 2024 15:13:10 +1000 Subject: [PATCH] docs: grammar --- cmd/ftl/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ftl/main.go b/cmd/ftl/main.go index f7d31c8c5c..3e5f9b705a 100644 --- a/cmd/ftl/main.go +++ b/cmd/ftl/main.go @@ -47,7 +47,7 @@ type CLI struct { Box boxCmd `cmd:"" help:"Build a self-contained Docker container for running a set of module."` BoxRun boxRunCmd `cmd:"" hidden:"" help:"Run FTL inside an ftl-in-a-box container"` Deploy deployCmd `cmd:"" help:"Build and deploy all modules found in the specified directories."` - Migrate migrateCmd `cmd:"" help:"Run a database migration, if required based on the migration table"` + Migrate migrateCmd `cmd:"" help:"Run a database migration, if required, based on the migration table."` Download downloadCmd `cmd:"" help:"Download a deployment."` Secret secretCmd `cmd:"" help:"Manage secrets."` Config configCmd `cmd:"" help:"Manage configuration."`