From 968c03c94a6474ea2d7543ae5c853246ffd9dd56 Mon Sep 17 00:00:00 2001 From: Stuart Douglas Date: Thu, 19 Sep 2024 14:51:41 +1000 Subject: [PATCH] Update frontend/cli/main.go Co-authored-by: Alec Thomas --- frontend/cli/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/cli/main.go b/frontend/cli/main.go index 004fbaa203..56d645e56b 100644 --- a/frontend/cli/main.go +++ b/frontend/cli/main.go @@ -52,7 +52,7 @@ type CLI struct { Secret secretCmd `cmd:"" help:"Manage secrets."` Config configCmd `cmd:"" help:"Manage configuration."` Pubsub pubsubCmd `cmd:"" help:"Manage pub/sub."` - Completion kongcompletion.Completion `cmd:"" help:"Outputs shell code for initialising tab completions"` + Completion kongcompletion.Completion `cmd:"" help:"Outputs shell code for initialising tab completions."` // Specify the 1Password vault to access secrets from. Vault string `name:"opvault" help:"1Password vault to be used for secrets. The name of the 1Password item will be the and the secret will be stored in the password field." placeholder:"VAULT"`